mirror of
https://github.com/open-webui/open-webui.git
synced 2026-02-25 04:29:56 +01:00
Update ChannelItem.svelte (#20535)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user