small ui changes

This commit is contained in:
vcoppe
2026-03-28 13:03:25 +01:00
parent 9743fd460e
commit 5a0b8c376c
6 changed files with 5 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

View File

@@ -26,7 +26,7 @@
<Tooltip.Root> <Tooltip.Root>
<Tooltip.Trigger> <Tooltip.Trigger>
{#snippet child({ props })} {#snippet child({ props })}
<Button {...props} {variant} class={className} {onclick}> <Button {...props} {variant} class="bg-inherit {className}" {onclick}>
{@render children()} {@render children()}
</Button> </Button>
{/snippet} {/snippet}

View File

@@ -9,7 +9,7 @@
</script> </script>
<footer class="w-full"> <footer class="w-full">
<div class="mx-6 border-t"> <div class="px-6 border-t">
<div class="mx-12 py-10 flex flex-row flex-wrap justify-between gap-x-10 gap-y-6"> <div class="mx-12 py-10 flex flex-row flex-wrap justify-between gap-x-10 gap-y-6">
<div class="grow flex flex-col items-start"> <div class="grow flex flex-col items-start">
<Logo class="h-8" width="153" /> <Logo class="h-8" width="153" />

View File

@@ -32,7 +32,7 @@
<Card.Root <Card.Root
class="h-full {orientation === 'vertical' class="h-full {orientation === 'vertical'
? 'min-w-40 sm:min-w-44' ? 'min-w-40 sm:min-w-44'
: 'w-full h-10'} border-none shadow-none p-0 text-sm sm:text-base" : 'w-full h-10'} border-none shadow-none p-0 text-sm sm:text-base bg-inherit"
> >
<Card.Content <Card.Content
class="h-full flex {orientation === 'vertical' class="h-full flex {orientation === 'vertical'

View File

@@ -7,10 +7,10 @@
</script> </script>
<nav class="w-full sticky top-0 bg-background z-50"> <nav class="w-full sticky top-0 bg-background z-50">
<div class="mx-6 py-2 flex flex-row items-center border-b gap-4 sm:gap-8"> <div class="px-12 py-2 flex flex-row items-center border-b gap-4 sm:gap-8">
<a <a
href={getURLForLanguage(i18n.lang, '/')} href={getURLForLanguage(i18n.lang, '/')}
class="shrink-0 translate-y-0.5 justify-self-start" class="shrink-0 translate-y-0.25 justify-self-start"
> >
<Logo class="h-8 xs:hidden" iconOnly={true} width="26" /> <Logo class="h-8 xs:hidden" iconOnly={true} width="26" />
<Logo class="h-8 hidden xs:block" width="153" /> <Logo class="h-8 hidden xs:block" width="153" />

View File

@@ -236,15 +236,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="px-12 w-full">
<div class="w-full max-w-7xl mx-auto rounded-2xl shadow-xl overflow-hidden overflow-clip">
<enhanced:img
src="/src/lib/assets/img/home/map.png"
alt="Screenshot of the gpx.studio map in 3D."
class="min-w-[800px] ml-[15%] -translate-x-[15%]"
/>
</div>
</div>
<div <div
class="px-12 md:px-24 flex flex-row flex-wrap lg:flex-nowrap items-center justify-center -space-y-0.5 lg:-space-x-6" class="px-12 md:px-24 flex flex-row flex-wrap lg:flex-nowrap items-center justify-center -space-y-0.5 lg:-space-x-6"
> >