move server selector into app menu

This commit is contained in:
jeffvli
2026-04-04 18:25:04 -07:00
parent 43fa574dab
commit 1abae986f8
8 changed files with 40 additions and 43 deletions
@@ -22,7 +22,8 @@
}
.accordion-control {
height: 2.5rem;
height: auto;
min-height: 2.5rem;
border-radius: var(--theme-radius-md);
&:hover {
@@ -38,9 +39,3 @@
.accordion-content:last-child {
padding-bottom: var(--theme-spacing-md);
}
.server-selector-wrapper {
position: relative;
z-index: 1;
flex-shrink: 0;
}