Sync code from main

This commit is contained in:
robin
2026-02-15 19:45:55 +08:00
parent 9edf8884d1
commit 40d49f0736
4 changed files with 27 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ select.dropdown {
}
:root {
--admin-top-nav-bg: #0a1f3f;
--admin-side-menu-bg: #102a4d;
--admin-side-menu-bg: #1a4674;
}
.top-nav,
.top-nav.theme1,
@@ -101,6 +101,16 @@ select.dropdown {
padding: 0 !important;
margin: 0 !important;
}
.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;
}
.left-box .menu .item.active {
background: rgba(230, 230, 230, 0.35) !important;
border-radius: 3px;