Relocate language selector to auth form and status bar

This commit is contained in:
2026-02-02 14:44:50 +01:00
parent 410e1f0c3f
commit cdfa20809d
3 changed files with 29 additions and 24 deletions

View File

@@ -13,20 +13,19 @@
gap: 16px;
}
.lang-switch {
align-self: flex-end;
.lang-field {
margin-top: 8px;
}
.lang-field select { min-width: 160px; }
.lang-inline {
display: flex;
align-items: center;
gap: 8px;
background: rgba(15, 23, 42, 0.8);
border: 1px solid #1f2937;
border-radius: 10px;
padding: 6px 10px;
box-shadow: 0 10px 24px rgba(0,0,0,0.25);
font-size: 14px;
gap: 6px;
}
.lang-inline .label { font-size: 12px; }
.compact-select {
min-width: 120px;
}
.lang-switch label { color: #9ca3af; }
.lang-switch select { min-width: 120px; }
.status-bar {
display: flex;