mirror of
https://github.com/open-webui/open-webui
synced 2025-04-04 13:02:28 +00:00
style: increase width of dropdown menu for better usability
This commit is contained in:
parent
04799f1f95
commit
b8b7e59ea0
@ -163,7 +163,7 @@
|
||||
|
||||
<div slot="content">
|
||||
<DropdownMenu.Content
|
||||
class="w-full max-w-[200px] rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg"
|
||||
class="w-full max-w-[240px] rounded-xl px-1 py-1.5 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg"
|
||||
sideOffset={8}
|
||||
side="bottom"
|
||||
align="end"
|
||||
|
Loading…
Reference in New Issue
Block a user