UI update

This commit is contained in:
robin
2026-02-15 19:45:30 +08:00
parent 92ffa1ab77
commit 7d83a9f7f4
4 changed files with 27 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ select.dropdown {
// Menu background colors and separator cleanup
:root {
--admin-top-nav-bg: #0a1f3f;
--admin-side-menu-bg: #102a4d;
--admin-side-menu-bg: #1a4674;
}
.top-nav,
@@ -124,3 +124,16 @@ select.dropdown {
padding: 0 !important;
margin: 0 !important;
}
// Align left menu with top nav and remove leading spacer item
.main-menu {
top: 2.6em !important;
}
.main-menu > .ui.menu > .item:first-child:empty {
display: none !important;
height: 0 !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
}