update components

This commit is contained in:
vcoppe
2026-04-06 18:22:01 +02:00
parent f2bf043900
commit 5aaacccef9
163 changed files with 1155 additions and 724 deletions

View File

@@ -213,12 +213,12 @@
</h3>
<p class="md:max-w-3/4">{i18n._('homepage.community_description')}</p>
<HeartHandshake size="80" class="mt-6 self-center" />
<div class="flex flex-row flex-wrap gap-4 justify-center mt-6">
<div class="flex flex-row flex-wrap gap-x-4 gap-y-1.5 justify-center mt-6">
<Button
variant="outline"
href="https://opencollective.com/gpxstudio"
target="_blank"
class="text-support text-base max-w-full h-auto whitespace-normal"
class="text-support py-1.5 text-base max-w-full h-auto whitespace-normal"
>
<span>{i18n._('homepage.support_button')}</span>
<Heart size="16" fill="var(--support)" color="var(--support)" />
@@ -227,7 +227,7 @@
variant="outline"
href="https://crowdin.com/project/gpxstudio"
target="_blank"
class="text-base max-w-full h-auto whitespace-normal"
class="text-base py-1.5 max-w-full h-auto whitespace-normal"
>
<Languages size="16" />
<span>{i18n._('homepage.translate_button')}</span>

View File

@@ -28,7 +28,7 @@
<Button
variant="link"
href={getURLForLanguage(i18n.lang, `/help/${guide}`)}
class="min-h-5 h-fit p-0 w-fit text-muted-foreground hover:text-foreground hover:no-underline font-normal hover:font-semibold items-start whitespace-normal {page
class="min-h-5 h-fit p-0 w-fit border-none text-muted-foreground hover:text-foreground hover:no-underline font-normal hover:font-semibold items-start whitespace-normal {page
.params.guide === guide
? 'font-semibold text-foreground'
: ''}"
@@ -39,7 +39,7 @@
<Button
variant="link"
href={getURLForLanguage(i18n.lang, `/help/${guide}/${subGuide}`)}
class="min-h-5 h-fit p-0 w-fit text-muted-foreground hover:text-foreground hover:no-underline font-normal hover:font-semibold items-start whitespace-normal ml-3 {page
class="min-h-5 h-fit p-0 w-fit border-none text-muted-foreground hover:text-foreground hover:no-underline font-normal hover:font-semibold items-start whitespace-normal ml-3 {page
.params.guide ===
guide + '/' + subGuide
? 'font-semibold text-foreground'