Improve server picker scrolling and subscription input layout
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user