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
9fb61600
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "529fcaa5c95dbb499a5fc3e53b4d5ccb2d1cc7b5"
Commit
9fb61600
authored
May 26, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
c62cb43f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
+1
-1
No files found.
src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte
View file @
9fb61600
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
<hr class=" dark:border-gray-850 my-2" />
<hr class=" dark:border-gray-850 my-2" />
<div class=" flex flex-col w-full sm:flex-row sm:justify-center sm:space-x-6">
<div class=" flex flex-col w-full sm:flex-row sm:justify-center sm:space-x-6">
{#if chats.length > 0}
{#if chats.length > 0}
<div>
<div
class="w-full"
>
<div class="text-left text-sm w-full mb-3 max-h-[22rem] overflow-y-scroll">
<div class="text-left text-sm w-full mb-3 max-h-[22rem] overflow-y-scroll">
<div class="relative overflow-x-auto">
<div class="relative overflow-x-auto">
<table class="w-full text-sm text-left text-gray-600 dark:text-gray-400 table-auto">
<table class="w-full text-sm text-left text-gray-600 dark:text-gray-400 table-auto">
...
...
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