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

@@ -32,7 +32,7 @@
align-items: flex-start;
justify-content: space-between;
gap: 20px;
margin-bottom: 18px;
margin-bottom: 14px;
flex-shrink: 0;
h1 {
@@ -46,14 +46,6 @@
.settings-title-block {
display: flex;
flex-direction: column;
gap: 6px;
p {
margin: 0;
font-size: 13px;
color: var(--text-tertiary);
line-height: 1.6;
}
}
.settings-actions {