Prevent duplicate server display during profile transitions
Build and Deploy Gateway / build-and-push (push) Successful in 26s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-11 08:02:17 +03:00
parent 9ad0307333
commit 444f26c401
8 changed files with 33 additions and 31 deletions
+1 -9
View File
@@ -82,6 +82,7 @@
min-height: 48px;
display: grid;
grid-template-columns: 18px minmax(0, 1fr);
column-gap: 6px;
align-items: center;
padding: 4px 0 4px 8px;
border: 0;
@@ -278,15 +279,6 @@
font: inherit;
text-align: left;
cursor: pointer;
animation: client-profile-selected-in 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes client-profile-selected-in {
from {
opacity: 0;
filter: blur(3px);
transform: translateY(-4px);
}
}
.client-profile-selected-server > span {