测试 UI 修改

This commit is contained in:
FlintyLemming
2026-01-29 11:43:43 +08:00
parent 86ce127ce5
commit 78a471000a
2 changed files with 2 additions and 2 deletions

View File

@@ -129,8 +129,7 @@
/* Menu style */
#main-menu {
list-style: none;
overflow-x: hidden;
overflow-y: auto;
overflow: visible;
flex-grow: 1;
font-size: 1.4rem;
background-color: var(--card-background);

View File

@@ -15,6 +15,7 @@
max-width: none;
width: 100%;
position: relative;
min-width: fit-content;
--sidebar-avatar-size: 100px;
--sidebar-element-separation: 20px;