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
277fc3fe
Commit
277fc3fe
authored
Jun 09, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
9053bfda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/lib/components/admin/Settings/Interface.svelte
src/lib/components/admin/Settings/Interface.svelte
+7
-7
No files found.
src/lib/components/admin/Settings/Interface.svelte
View file @
277fc3fe
...
...
@@ -57,7 +57,7 @@
dispatch('save');
}}
>
<div class="
space-y-3
overflow-y-scroll scrollbar-hidden h-full">
<div class=" overflow-y-scroll scrollbar-hidden h-full">
<div>
<div class=" mb-2.5 text-sm font-medium flex">
<div class=" mr-1">{$i18n.t('Set Task Model')}</div>
...
...
@@ -82,7 +82,7 @@
</svg>
</Tooltip>
</div>
<div class="flex w-full gap-2
pr-2
">
<div class="flex w-full gap-2">
<div class="flex-1">
<div class=" text-xs mb-1">{$i18n.t('Local Models')}</div>
<select
...
...
@@ -116,7 +116,7 @@
</div>
</div>
<div class="mt-3
mr-2
">
<div class="mt-3">
<div class=" mb-2.5 text-sm font-medium">{$i18n.t('Title Generation Prompt')}</div>
<textarea
bind:value={titleGenerationPrompt}
...
...
@@ -126,10 +126,10 @@
</div>
</div>
<hr class=" dark:border-gray-850" />
<hr class=" dark:border-gray-850
my-3
" />
<div class=" space-y-3
pr-1.5
">
<div class="flex w-full justify-between
mb-2
">
<div class=" space-y-3
{banners.length > 0 ? ' mb-3' : ''}
">
<div class="flex w-full justify-between">
<div class=" self-center text-sm font-semibold">
{$i18n.t('Banners')}
</div>
...
...
@@ -222,7 +222,7 @@
</div>
{#if $user.role === 'admin'}
<div class=" space-y-3
pr-1.5
">
<div class=" space-y-3">
<div class="flex w-full justify-between mb-2">
<div class=" self-center text-sm font-semibold">
{$i18n.t('Default Prompt Suggestions')}
...
...
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