Fix: user buttons in second row below brand text

This commit is contained in:
Kato
2026-09-02 19:57:23 +00:00
parent f038dbca1d
commit 893506d0e9
+1 -1
View File
@@ -35,7 +35,7 @@ a:hover { text-decoration: underline; }
cursor: pointer; color: var(--black); transition: all .2s;
}
.lang-btn.active { background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.brand { display: flex; align-items: center; gap: 16px; }
.brand { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.user-actions { display: flex; gap: 8px; align-items: center; }
.user-btn { padding: 6px 12px; font-size: .75rem; border-radius: 6px; display: flex; align-items: center; gap: 6px; }
.user-btn svg { width: 16px; height: 16px; fill: currentColor; }