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
fa9835a7
Commit
fa9835a7
authored
Jun 09, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
3db9d19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
src/lib/components/admin/Settings/Documents.svelte
src/lib/components/admin/Settings/Documents.svelte
+8
-9
No files found.
src/lib/components/admin/Settings/Documents.svelte
View file @
fa9835a7
...
@@ -587,11 +587,10 @@
...
@@ -587,11 +587,10 @@
<div class=" ">
<div class=" ">
<div class=" text-sm font-medium">{$i18n.t('Chunk Params')}</div>
<div class=" text-sm font-medium">{$i18n.t('Chunk Params')}</div>
<div class=" flex">
<div class=" my-2 flex gap-1.5">
<div class=" flex w-full justify-between">
<div class=" w-full justify-between">
<div class="self-center text-xs font-medium min-w-fit">{$i18n.t('Chunk Size')}</div>
<div class="self-center text-xs font-medium min-w-fit mb-1">{$i18n.t('Chunk Size')}</div>
<div class="self-center">
<div class="self-center p-3">
<input
<input
class=" w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
class=" w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
type="number"
type="number"
...
@@ -603,12 +602,12 @@
...
@@ -603,12 +602,12 @@
</div>
</div>
</div>
</div>
<div class="
flex
w-full">
<div class="w-full">
<div class=" self-center text-xs font-medium min-w-fit">
<div class=" self-center text-xs font-medium min-w-fit
mb-1
">
{$i18n.t('Chunk Overlap')}
{$i18n.t('Chunk Overlap')}
</div>
</div>
<div class="self-center
p-3
">
<div class="self-center">
<input
<input
class="w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
class="w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
type="number"
type="number"
...
@@ -621,7 +620,7 @@
...
@@ -621,7 +620,7 @@
</div>
</div>
</div>
</div>
<div class="
pr-2
">
<div class="
my-3
">
<div class="flex justify-between items-center text-xs">
<div class="flex justify-between items-center text-xs">
<div class=" text-xs font-medium">{$i18n.t('PDF Extract Images (OCR)')}</div>
<div class=" text-xs font-medium">{$i18n.t('PDF Extract Images (OCR)')}</div>
...
...
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