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
9d4c07b7
"vscode:/vscode.git/clone" did not exist on "fffd42e4d782b37fe7771d9aaa4ff8653b79c88b"
Commit
9d4c07b7
authored
May 26, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
3b6acaa5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/admin/Settings/Banners.svelte
src/lib/components/admin/Settings/Banners.svelte
+1
-1
No files found.
src/lib/components/admin/Settings/Banners.svelte
View file @
9d4c07b7
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<div class=" flex justify-between">
<div class=" flex justify-between">
<div class="flex flex-row flex-1 border rounded-xl dark:border-gray-800">
<div class="flex flex-row flex-1 border rounded-xl dark:border-gray-800">
<select
<select
class="w-fit capitalize rounded-xl py-2 px-4 text-xs bg-transparent outline-none"
class="w-fit capitalize rounded-xl py-2 px-4 text-xs bg-transparent outline-none
text-gray-900
"
bind:value={banner.type}
bind:value={banner.type}
>
>
{#if banner.type == ''}
{#if banner.type == ''}
...
...
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