web/LanguageDropdown: proper component style

you can't toggle the "select" element programmatically, so i had to come up with a workaround. it works and looks beautifully!

also fixed buggy overflow in SettingsToggle component.
This commit is contained in:
wukko
2024-07-08 00:18:25 +06:00
parent 35a8628cc1
commit bad7e3307d
4 changed files with 115 additions and 16 deletions

View File

@@ -78,5 +78,7 @@
"language": "language",
"language.auto.title": "use default browser language",
"language.auto.description": "automatically picks the best language for you. if preferred browser language isn't available, english is used instead."
"language.auto.description": "automatically picks the best language for you. if preferred browser language isn't available, english is used instead.",
"language.preferred.title": "preferred language",
"language.preferred.description": "language used for interface and content."
}