Update ChannelItem.svelte (#20535)

This commit is contained in:
G30
2026-01-10 03:37:42 -05:00
committed by GitHub
parent 8deef788c1
commit 59b128bbda

View File

@@ -171,7 +171,7 @@
<div class="flex items-center">
{#if channel?.unread_count > 0}
<div
class="text-xs py-[1px] px-2 rounded-xl bg-gray-100 text-black dark:bg-gray-800 dark:text-white font-medium"
class="text-xs py-[1px] px-2 rounded-xl bg-gray-100 text-black dark:bg-gray-800 dark:text-white font-medium whitespace-nowrap"
>
{new Intl.NumberFormat($i18n.locale, {
notation: 'compact',