UX: fix language picker size on app landing page; only show supported languages

This commit is contained in:
Pieter Vander Vennet 2025-05-06 01:44:22 +02:00
parent 07af8c1aea
commit 9186479cae

View file

@ -12,9 +12,9 @@
<title><Tr t={t.title} /></title> <title><Tr t={t.title} /></title>
</head> </head>
<div class="flex flex-col p-8"> <div class="flex flex-col p-2 sm:p-4 md:p-8">
<div class="self-end"> <div class="self-end" style="max-width: calc( 100vw - 4rem );">
<LanguagePicker /> <LanguagePicker availableLanguages={t.title.SupportedLanguages()} />
</div> </div>
<div class="flex justify-around"> <div class="flex justify-around">
<div class="max-w-128 m-8 flex flex-col"> <div class="max-w-128 m-8 flex flex-col">