From 8635de78b9f1510e2316b08e605b175a2615f4db Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Thu, 5 Dec 2024 01:34:44 +0100 Subject: [PATCH] fixes multiple display bugs --- web/src/css/components.css | 2 +- web/src/lib/components/list/list_panel.svelte | 2 +- web/src/lib/components/photo_card.svelte | 4 ++-- web/src/lib/components/share_info.svelte | 2 +- web/src/lib/components/trail/photo_picker.svelte | 2 +- web/src/lib/i18n/locales/de.json | 2 +- web/src/routes/auth/reset/+page.svelte | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/css/components.css b/web/src/css/components.css index bb2f1e73..e405ecd8 100644 --- a/web/src/css/components.css +++ b/web/src/css/components.css @@ -3,7 +3,7 @@ @import 'tailwindcss/components'; .btn-primary { - @apply h-10 text-white rounded-lg px-4 py-2 bg-primary font-semibold transition-all hover:bg-primary-hover focus:ring-4 ring-input-ring + @apply min-h-10 text-white rounded-lg px-4 py-2 bg-primary font-semibold transition-all hover:bg-primary-hover focus:ring-4 ring-input-ring } .btn-large { diff --git a/web/src/lib/components/list/list_panel.svelte b/web/src/lib/components/list/list_panel.svelte index 862e7bec..f9b6b904 100644 --- a/web/src/lib/components/list/list_panel.svelte +++ b/web/src/lib/components/list/list_panel.svelte @@ -74,7 +74,7 @@
{#if listIsShared}
diff --git a/web/src/lib/components/photo_card.svelte b/web/src/lib/components/photo_card.svelte index a69fa16e..0aa9164d 100644 --- a/web/src/lib/components/photo_card.svelte +++ b/web/src/lib/components/photo_card.svelte @@ -40,7 +40,7 @@ class="tooltip" data-title={$_("make-thumbnail")} on:click={handleThumbnailClick} - > {/if} {#if showExifControls} @@ -49,7 +49,7 @@ class="tooltip" data-title={$_("get-position-from-exif")} on:click={handleExifClick} - > {/if}