tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(client): make stat cards more viewable on mobile

dusk 9c8c6ece 90e4de63

+2 -2
+2 -2
client/src/lib/components/StatsCard.svelte
··· 42 42 <div 43 43 class="bg-gradient-to-r {colors.bg} p-3 md:p-6 rounded-lg border {colors.border}" 44 44 > 45 - <h3 class="text-base font-medium {colors.titleText} mb-2"> 45 + <h3 class="text-sm md:text-base font-medium {colors.titleText} mb-2"> 46 46 {title} 47 47 </h3> 48 - <p class="text-3xl font-bold {colors.valueText}"> 48 + <p class="text-base md:text-3xl font-bold {colors.valueText}"> 49 49 {formatNumber(value)} 50 50 </p> 51 51 </div>