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
4bbcb587
Commit
4bbcb587
authored
Feb 24, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
92ec0d90
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/lib/components/chat/Settings/Connections.svelte
src/lib/components/chat/Settings/Connections.svelte
+1
-1
src/lib/components/chat/Settings/General.svelte
src/lib/components/chat/Settings/General.svelte
+1
-1
src/lib/components/chat/Settings/Images.svelte
src/lib/components/chat/Settings/Images.svelte
+1
-1
No files found.
src/lib/components/chat/Settings/Connections.svelte
View file @
4bbcb587
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
// });
// });
}}
}}
>
>
<div class=" pr-1.5 overflow-y-scroll max-h-[2
1
rem] space-y-3">
<div class=" pr-1.5 overflow-y-scroll max-h-[2
0.5
rem] space-y-3">
<div class=" space-y-3">
<div class=" space-y-3">
<div class="mt-2 space-y-2 pr-1.5">
<div class="mt-2 space-y-2 pr-1.5">
<div class="flex justify-between items-center text-sm">
<div class="flex justify-between items-center text-sm">
...
...
src/lib/components/chat/Settings/General.svelte
View file @
4bbcb587
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
</script>
</script>
<div class="flex flex-col h-full justify-between text-sm">
<div class="flex flex-col h-full justify-between text-sm">
<div class=" pr-1.5 overflow-y-scroll max-h-[2
1
rem]">
<div class=" pr-1.5 overflow-y-scroll max-h-[2
0.5
rem]">
<div class="">
<div class="">
<div class=" mb-1 text-sm font-medium">WebUI Settings</div>
<div class=" mb-1 text-sm font-medium">WebUI Settings</div>
...
...
src/lib/components/chat/Settings/Images.svelte
View file @
4bbcb587
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
loading = false;
loading = false;
}}
}}
>
>
<div class=" space-y-3 pr-1.5 overflow-y-scroll max-h-[2
1
rem]">
<div class=" space-y-3 pr-1.5 overflow-y-scroll max-h-[2
0.5
rem]">
<div>
<div>
<div class=" mb-1 text-sm font-medium">Image Settings</div>
<div class=" mb-1 text-sm font-medium">Image Settings</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