mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: styling
This commit is contained in:
parent
aef1e06f0b
commit
26764a0b92
3 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
</LinkPreview.Trigger>
|
||||
|
||||
<LinkPreview.Content
|
||||
class="max-w-full w-[240px] rounded-2xl z-9999 bg-white dark:bg-black dark:text-white shadow-lg"
|
||||
class="max-w-full w-[260px] rounded-2xl z-9999 bg-white dark:bg-black dark:text-white shadow-lg"
|
||||
side="left"
|
||||
align="center"
|
||||
sideOffset={8}
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
</div>
|
||||
|
||||
<div class=" flex flex-col w-full flex-1">
|
||||
<div class="mb-0.5">
|
||||
<span class="font-medium line-clamp-1"> {user.name} </span>
|
||||
<div class="mb-0.5 font-medium line-clamp-1 pr-2">
|
||||
{user.name}
|
||||
</div>
|
||||
|
||||
<div class=" flex items-center gap-2">
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</LinkPreview.Trigger>
|
||||
|
||||
<LinkPreview.Content
|
||||
class="max-w-full w-[240px] rounded-2xl z-9999 bg-white dark:bg-black dark:text-white shadow-lg"
|
||||
class="max-w-full w-[260px] rounded-2xl z-9999 bg-white dark:bg-black dark:text-white shadow-lg"
|
||||
side="top"
|
||||
align="start"
|
||||
sideOffset={6}
|
||||
|
|
|
|||
Loading…
Reference in a new issue