style: tighten settings and account menu

This commit is contained in:
aits2026
2026-03-10 13:38:29 +08:00
parent 37796c98c9
commit 38d899fa94
3 changed files with 2 additions and 11 deletions

View File

@@ -53,7 +53,7 @@
z-index: 12;
border: 1px solid var(--border-color);
border-radius: 12px;
background: var(--bg-secondary);
background: var(--bg-secondary-solid, var(--bg-primary));
display: flex;
flex-direction: column;
gap: 4px;