Fix: show profile/logout buttons immediately after login, smaller with icons

This commit is contained in:
Kato
2026-09-02 19:55:54 +00:00
parent 9b8456ba1e
commit f038dbca1d
3 changed files with 13 additions and 2 deletions
+4
View File
@@ -35,6 +35,10 @@ 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; }
.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; }
.intro { padding: 48px 0 32px; text-align: center; }
.intro h1 { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }