mirror of
https://github.com/open-webui/open-webui
synced 2025-03-16 10:28:28 +00:00
refac
This commit is contained in:
parent
eece28ccc6
commit
45289b0fa8
@ -57,7 +57,7 @@
|
|||||||
|
|
||||||
<slot name="content">
|
<slot name="content">
|
||||||
<DropdownMenu.Content
|
<DropdownMenu.Content
|
||||||
class="max-w-full w-80 bg-gray-100 dark:bg-gray-850 rounded-lg z-50 shadow-lg text-white"
|
class="max-w-full w-80 bg-gray-50 dark:bg-gray-850 rounded-lg z-50 shadow-lg text-white"
|
||||||
sideOffset={8}
|
sideOffset={8}
|
||||||
{side}
|
{side}
|
||||||
{align}
|
{align}
|
||||||
@ -96,7 +96,7 @@
|
|||||||
placement="top"
|
placement="top"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="p-1.5 rounded-lg cursor-pointer hover:bg-gray-300 dark:hover:bg-gray-700 transition"
|
class="p-1.5 rounded-lg cursor-pointer hover:bg-gray-200 dark:hover:bg-gray-700 transition"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/assets/emojis/{emoji.toLowerCase()}.svg"
|
src="/assets/emojis/{emoji.toLowerCase()}.svg"
|
||||||
|
Loading…
Reference in New Issue
Block a user