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
f824bcc8
Unverified
Commit
f824bcc8
authored
Feb 19, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 19, 2024
Browse files
Merge pull request #811 from open-webui/styling
refac: styling
parents
c2759a11
9ae4ad97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/routes/(app)/documents/+page.svelte
src/routes/(app)/documents/+page.svelte
+4
-4
No files found.
src/routes/(app)/documents/+page.svelte
View file @
f824bcc8
...
...
@@ -286,9 +286,9 @@
<hr class=" dark:border-gray-700 my-2.5" />
{#if tags.length > 0}
<div class="px-2.5
m
t-
0.5 mb-2
flex gap-1 flex-wrap">
<div class="px-2.5
p
t-
1
flex gap-1 flex-wrap">
<button
class="px-2 py-0.5 space-x-1 flex h-fit items-center rounded-full transition b
order
dark:b
order
-gray-
6
00 dark:text-white"
class="px-2 py-0.5 space-x-1 flex h-fit items-center rounded-full transition b
g-gray-50 hover:bg-gray-100
dark:b
g
-gray-
8
00 dark:text-white"
on:click={async () => {
selectedTag = '';
// await chats.set(await getChatListByTagName(localStorage.token, tag.name));
...
...
@@ -298,7 +298,7 @@
</button>
{#each tags as tag}
<button
class="px-2 py-0.5 space-x-1 flex h-fit items-center rounded-full transition b
order
dark:b
order
-gray-
6
00 dark:text-white"
class="px-2 py-0.5 space-x-1 flex h-fit items-center rounded-full transition b
g-gray-50 hover:bg-gray-100
dark:b
g
-gray-
8
00 dark:text-white"
on:click={async () => {
selectedTag = tag;
// await chats.set(await getChatListByTagName(localStorage.token, tag.name));
...
...
@@ -377,7 +377,7 @@
>
{/if}
</div>
<div class="
flex-1
self-center flex-1">
<div class=" self-center flex-1">
<div class=" font-bold line-clamp-1">#{doc.name} ({doc.filename})</div>
<div class=" text-xs overflow-hidden text-ellipsis line-clamp-1">
{doc.title}
...
...
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