forked from MapComplete/MapComplete
UX: fix language picker size on app landing page; only show supported languages
This commit is contained in:
parent
07af8c1aea
commit
9186479cae
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
<title><Tr t={t.title} /></title>
|
||||
</head>
|
||||
|
||||
<div class="flex flex-col p-8">
|
||||
<div class="self-end">
|
||||
<LanguagePicker />
|
||||
<div class="flex flex-col p-2 sm:p-4 md:p-8">
|
||||
<div class="self-end" style="max-width: calc( 100vw - 4rem );">
|
||||
<LanguagePicker availableLanguages={t.title.SupportedLanguages()} />
|
||||
</div>
|
||||
<div class="flex justify-around">
|
||||
<div class="max-w-128 m-8 flex flex-col">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue