From 21b555b61d7a7402e5086262ac114ef4a9cd0c08 Mon Sep 17 00:00:00 2001 From: Peter Meier Date: Sun, 7 Jun 2026 13:23:41 +0200 Subject: [PATCH] fix: Calendar-Toolbar bricht Mobile-Wrap-Layout pro Gruppe sauber um Label und Buttons jeder Gruppe (Kalender / Teilen / Anzeigen) in eigene inline-flex-Container gekapselt. Umbruch passiert nur zwischen Gruppen, Labels werden nicht mehr von ihren Buttons getrennt. Co-Authored-By: Claude Sonnet 4.6 --- .../components/blocks/CalendarBlock.svelte | 136 +++++++++--------- 1 file changed, 72 insertions(+), 64 deletions(-) diff --git a/src/lib/components/blocks/CalendarBlock.svelte b/src/lib/components/blocks/CalendarBlock.svelte index 3a21952..49dc44f 100644 --- a/src/lib/components/blocks/CalendarBlock.svelte +++ b/src/lib/components/blocks/CalendarBlock.svelte @@ -821,82 +821,90 @@ {/if} - -
- - Kalender - - - - Google - + +
+ +
+ Kalender + + + + Google + +
{#if feedHost} {@const shareKey = item._slug ?? String(item.start.getTime())} {@const copied = copyToastKey === shareKey} {@const shared = shareToastKey === shareKey} - - Teilen - - - {#if item._slug} + +
+ Teilen - {/if} + + {#if item._slug} + + {/if} +
{/if} - - + +
+ +