ui: carousel swipe, org peek, deadline banner fixes
- Carousel: touch swipe support (40px threshold) - OrganisationsBlock: 1.5 cards on mobile to hint at more content - DeadlineBanner: left-aligned text, shrink-0 close button Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
: undefined}
|
||||
{@const logoField = organisationLogoField(o)}
|
||||
<div
|
||||
class="shrink-0 snap-start w-[calc((100%-1rem)/2)] lg:w-[calc((100%-2rem)/3)]"
|
||||
class="shrink-0 snap-start w-[calc((100%-0.5rem)/1.5)] sm:w-[calc((100%-1rem)/2)] lg:w-[calc((100%-2rem)/3)]"
|
||||
>
|
||||
{@render defaultCard(o, linkUrl, logoField, orgIndex)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user