feat(frontend): use flag icons in the language switcher

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 15:59:39 +02:00
co-authored by Claude Sonnet 5
parent f5958586b7
commit 7c58e50c11
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -28,6 +28,12 @@
padding: 0 0.5rem;
}
.language-switcher .fi {
font-size: 1.35rem;
border-radius: 3px;
box-shadow: 0 0 0 1px var(--color-border);
}
.theme-toggle {
background: none;
border: 1px solid var(--color-border);