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
4a7d3a07
Commit
4a7d3a07
authored
Jun 09, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
8198807f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/admin/Settings/Documents.svelte
src/lib/components/admin/Settings/Documents.svelte
+1
-1
src/lib/components/admin/Settings/WebSearch.svelte
src/lib/components/admin/Settings/WebSearch.svelte
+1
-1
No files found.
src/lib/components/admin/Settings/Documents.svelte
View file @
4a7d3a07
...
...
@@ -218,7 +218,7 @@
saveHandler();
}}
>
<div class=" space-y-2.5 pr-1.5 overflow-y-scroll h-full">
<div class=" space-y-2.5 pr-1.5 overflow-y-scroll
scrollbar-hidden
h-full">
<div class="flex flex-col gap-0.5">
<div class=" mb-0.5 text-sm font-medium">{$i18n.t('General Settings')}</div>
...
...
src/lib/components/admin/Settings/WebSearch.svelte
View file @
4a7d3a07
...
...
@@ -45,7 +45,7 @@
saveHandler();
}}
>
<div class=" space-y-3 pr-1.5 overflow-y-scroll
h-full max-h-[22rem]
">
<div class=" space-y-3 pr-1.5 overflow-y-scroll
scrollbar-hidden h-full
">
{#if webConfig}
<div>
<div class=" mb-1 text-sm font-medium">
...
...
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