tangled
alpha
login
or
join now
flo-bit.dev
/
blento
21
fork
atom
your personal website on atproto - mirror
blento.app
21
fork
atom
overview
issues
pulls
pipelines
small fix
Florian
1 month ago
2b698a7a
bb5ebaa0
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
cards
EventCard
EventCard.svelte
+1
-1
src/lib/cards/EventCard/EventCard.svelte
···
205
205
{/if}
206
206
207
207
{#if eventData.description && ((isMobile() && item.mobileH >= 5) || (!isMobile() && item.h >= 3))}
208
208
-
<p class="text-base-500 dark:text-base-400 accent:text-base-700 mb-3 line-clamp-3 text-sm">
208
208
+
<p class="text-base-500 dark:text-base-400 accent:text-base-900 mb-3 line-clamp-3 text-sm">
209
209
{eventData.description}
210
210
</p>
211
211
{/if}