Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
98c16776
Commit
98c16776
authored
Apr 14, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
91dda240
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/lib/components/layout/Sidebar/ChatMenu.svelte
src/lib/components/layout/Sidebar/ChatMenu.svelte
+3
-3
No files found.
src/lib/components/layout/Sidebar/ChatMenu.svelte
View file @
98c16776
...
@@ -26,14 +26,14 @@
...
@@ -26,14 +26,14 @@
<div slot="content">
<div slot="content">
<DropdownMenu.Content
<DropdownMenu.Content
class="w-full max-w-[1
3
0px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-
85
0 dark:text-white shadow"
class="w-full max-w-[1
5
0px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-
90
0 dark:text-white shadow"
sideOffset={-2}
sideOffset={-2}
side="bottom"
side="bottom"
align="start"
align="start"
transition={flyAndScale}
transition={flyAndScale}
>
>
<DropdownMenu.Item
<DropdownMenu.Item
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer"
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer
dark:hover:bg-gray-850 rounded-md
"
on:click={() => {
on:click={() => {
renameHandler();
renameHandler();
}}
}}
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
</DropdownMenu.Item>
</DropdownMenu.Item>
<DropdownMenu.Item
<DropdownMenu.Item
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer"
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer
dark:hover:bg-gray-850 rounded-md
"
on:click={() => {
on:click={() => {
deleteHandler();
deleteHandler();
}}
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment