mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac: styling
This commit is contained in:
@@ -255,7 +255,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2 shrink-0">
|
||||||
<Tooltip content={dayjs(item.updated_at * 1000).format('LLLL')}>
|
<Tooltip content={dayjs(item.updated_at * 1000).format('LLLL')}>
|
||||||
<div class=" text-xs text-gray-500 line-clamp-1 hidden sm:block">
|
<div class=" text-xs text-gray-500 line-clamp-1 hidden sm:block">
|
||||||
{$i18n.t('Updated')}
|
{$i18n.t('Updated')}
|
||||||
|
|||||||
Reference in New Issue
Block a user