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
db08ad96
"tests/pipelines/sana/test_sana.py" did not exist on "d269cc8a4e9b7380d52daef1ee7ec4c82c942a13"
Commit
db08ad96
authored
Feb 15, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
9c082f1b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+1
-1
src/routes/(app)/+page.svelte
src/routes/(app)/+page.svelte
+1
-1
No files found.
src/lib/components/layout/Sidebar.svelte
View file @
db08ad96
...
...
@@ -92,7 +92,7 @@
: '-translate-x-[260px] w-[0px]'} w-[260px] bg-black text-gray-200 shadow-2xl text-sm transition z-40 fixed top-0 left-0 lg:relative
"
>
<div class="py-2.5 my-auto flex flex-col justify-between h-screen">
<div class="py-2.5 my-auto flex flex-col justify-between h-screen
{show ? '' : 'invisible'}
">
<div class="px-2.5 flex justify-center space-x-2">
<button
id="sidebar-new-chat-button"
...
...
src/routes/(app)/+page.svelte
View file @
db08ad96
...
...
@@ -801,7 +801,7 @@
<ModelSelector bind:selectedModels disabled={messages.length > 0} />
</div>
<div class=" h-full mt-1
0
w-full flex flex-col">
<div class=" h-full mt-1
4
w-full flex flex-col">
<Messages
chatId={$chatId}
{selectedModels}
...
...
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