Improve server picker scrolling and subscription input layout
Build and Deploy Gateway / build-and-push (push) Successful in 20s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-11 08:10:15 +03:00
parent 444f26c401
commit 396c5d1917
9 changed files with 51 additions and 63 deletions
+9 -10
View File
@@ -348,13 +348,6 @@
transition-delay: 210ms;
}
.client-server-overflow-note {
margin: 10px 0 0;
color: var(--client-muted);
font-size: 9px;
text-align: center;
}
.client-server-tools input {
width: 100%;
height: 36px;
@@ -450,9 +443,15 @@
}
.client-server-mode-panel.is-simple .client-server-scroll {
max-height: none;
overflow: visible;
padding-right: 0;
max-height: 352px;
overflow-y: auto;
padding-right: 4px;
scrollbar-width: thin;
}
.client-server-mode-panel.is-simple .client-server-scroll::-webkit-scrollbar {
display: block;
width: 4px;
}
.client-server-scroll.is-leaving {