Skip to content

Commit

Permalink
correction d'un souci d'affichage sur firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
bachrc committed Apr 26, 2024
1 parent 180e180 commit 82061f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Flag.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
<img
alt={$t('changer-de-langue')}
src={otherLocaleIconUrl()}
class="h-full" />
class="w-8" />
</button>
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

{#if !$isLoading}
<div class="flex flex-col mx-2 min-h-screen">
<nav class="px-4 flex flex-row py-2 gap-2 sm:gap-4 h-12 no-print">
<div class="grow"></div>
<nav
class="px-4 flex flex-row py-2 gap-2 sm:gap-4 h-12 no-print justify-end">
<a href="/">{$t('home')}</a>
<span>-</span>
<a href="/about">{$t('a-propos')}</a>
Expand Down

0 comments on commit 82061f7

Please sign in to comment.