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
dfc2fb65
Commit
dfc2fb65
authored
Jun 07, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
d7ce408d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/MessageInput/CallOverlay/VideoInputMenu.svelte
...nents/chat/MessageInput/CallOverlay/VideoInputMenu.svelte
+2
-2
No files found.
src/lib/components/chat/MessageInput/CallOverlay/VideoInputMenu.svelte
View file @
dfc2fb65
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<div slot="content">
<div slot="content">
<DropdownMenu.Content
<DropdownMenu.Content
class="w-full max-w-[180px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-[9999] bg-white dark:bg-gray-900 dark:text-white shadow"
class="w-full max-w-[180px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-[9999] bg-white dark:bg-gray-900 dark:text-white shadow
-sm
"
sideOffset={6}
sideOffset={6}
side="top"
side="top"
align="start"
align="start"
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
>
>
{#each devices as device}
{#each devices as device}
<DropdownMenu.Item
<DropdownMenu.Item
class="flex gap-2 items-center px-3 py-2 text-sm
font-medium
cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
class="flex gap-2 items-center px-3 py-2 text-sm cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md"
on:click={() => {
on:click={() => {
dispatch('change', device.deviceId);
dispatch('change', device.deviceId);
}}
}}
...
...
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