refactor: SearchableTextBlock Redesign, Ort-Badge Truncate
- SearchableTextBlock: Farbverlauf-Header entfernt, Tag/Tags durch .chip ersetzt, Suche auf Adressbuch-Style ausgerichtet, Kopier-Buttons auf Icon-only reduziert, border-l-4 Akzent entfernt - EventBadges: whitespace-nowrap entfernt, truncate max-w-[16rem] + title für lange Ortstexte - PostCard: min-w-0 auf Badges-Container für korrekte Truncate-Propagation - iconify-mdi-subset: qrcode + download Icons ergänzt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
{#if eventDate}
|
||||
<div class="absolute bottom-2 left-2 right-2">
|
||||
<div class="absolute bottom-2 left-2 right-2 min-w-0">
|
||||
<EventBadges {eventDate} {locationText} />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user