fix(ui): hide account-tabs when no accounts

This commit is contained in:
2026-09-08 12:40:04 +02:00
parent ef62b8e94a
commit c17c408f52
+4
View File
@@ -369,6 +369,10 @@ select {
border-bottom: 1px solid var(--border); border-bottom: 1px solid var(--border);
} }
#account-tabs:empty {
display: none;
}
.content-tab, .content-tab,
.account-tab { .account-tab {
min-height: 36px; min-height: 36px;