Remove initial server health check and bump Harbor versions
This commit is contained in:
+40
-9
@@ -1930,6 +1930,12 @@ p {
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
.client-duration-unit {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
gap: 0.4em;
|
||||
}
|
||||
|
||||
.client-duration-unit .client-duration-part.is-value {
|
||||
display: inline-block;
|
||||
min-width: 2ch;
|
||||
@@ -1941,13 +1947,8 @@ p {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.client-duration-unit[data-unit='days'] .is-label { width: 4ch; }
|
||||
.client-duration-unit[data-unit='hours'] .is-label { width: 5ch; }
|
||||
.client-duration-unit[data-unit='minutes'] .is-label { width: 6ch; }
|
||||
.client-duration-unit[data-unit='seconds'] .is-label { width: 7ch; }
|
||||
|
||||
.client-duration-unit + .client-duration-unit::before {
|
||||
content: ' ';
|
||||
.client-duration-unit + .client-duration-unit {
|
||||
margin-left: 0.9em;
|
||||
}
|
||||
|
||||
.client-duration-seconds-value {
|
||||
@@ -2637,7 +2638,7 @@ p {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
gap: 8px;
|
||||
width: min(100%, 210px);
|
||||
width: min(100%, 150px);
|
||||
margin-inline: auto;
|
||||
}
|
||||
|
||||
@@ -3055,7 +3056,6 @@ p {
|
||||
}
|
||||
|
||||
.client-servers.is-scalable .client-server-grid {
|
||||
width: 100%;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
@@ -3274,6 +3274,36 @@ p {
|
||||
top: calc(100% + 2px);
|
||||
}
|
||||
|
||||
.client-inline-error.is-subscription > span,
|
||||
.client-inline-error.is-subscription > button {
|
||||
animation: client-subscription-error-in 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
||||
}
|
||||
|
||||
.client-inline-error.is-subscription small {
|
||||
flex-basis: 100%;
|
||||
font-size: 8px;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.04em;
|
||||
opacity: 0.45;
|
||||
animation: client-subscription-code-in 560ms 90ms cubic-bezier(0.16, 1, 0.3, 1) both;
|
||||
}
|
||||
|
||||
@keyframes client-subscription-error-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
filter: blur(7px);
|
||||
transform: translateY(-3px);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes client-subscription-code-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
filter: blur(5px);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
}
|
||||
|
||||
.client-inline-error small {
|
||||
color: var(--client-muted);
|
||||
font-size: 9px;
|
||||
@@ -3598,6 +3628,7 @@ p {
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.client-inline-error.is-subscription > *,
|
||||
.client-operation-progress::before,
|
||||
.client-delete-strike,
|
||||
.client-power,
|
||||
|
||||
Reference in New Issue
Block a user