Prevent duplicate server display during profile transitions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user