Align auth lang switch next to title

This commit is contained in:
2026-02-04 20:59:58 +01:00
parent d6d3566f47
commit 79cd6c2d55
3 changed files with 16 additions and 8 deletions

View File

@@ -15,3 +15,10 @@
height: auto;
filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}
.auth-title-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}