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
bf604bc0
"...git@developer.sourcefind.cn:tsoc/superbenchmark.git" did not exist on "25db1115259536a69022e75cbe84c56cd8d477cf"
Commit
bf604bc0
authored
May 06, 2024
by
Timothy J. Baek
Browse files
refac: styling
parent
48546968
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
src/app.css
src/app.css
+9
-0
src/lib/components/chat/Messages/CitationsModal.svelte
src/lib/components/chat/Messages/CitationsModal.svelte
+4
-2
No files found.
src/app.css
View file @
bf604bc0
...
@@ -82,3 +82,12 @@ select {
...
@@ -82,3 +82,12 @@ select {
.katex-mathml
{
.katex-mathml
{
display
:
none
;
display
:
none
;
}
}
.scrollbar-none
:active::-webkit-scrollbar-thumb
,
.scrollbar-none
:focus::-webkit-scrollbar-thumb
,
.scrollbar-none
:hover::-webkit-scrollbar-thumb
{
visibility
:
visible
;
}
.scrollbar-none
::-webkit-scrollbar-thumb
{
visibility
:
hidden
;
}
src/lib/components/chat/Messages/CitationsModal.svelte
View file @
bf604bc0
...
@@ -45,8 +45,10 @@
...
@@ -45,8 +45,10 @@
</button>
</button>
</div>
</div>
<div class="flex flex-col md:flex-row w-full px-5 pb-5 md:space-x-4">
<div class="flex flex-col md:flex-row w-full px-6 pb-5 md:space-x-4">
<div class="flex flex-col w-full dark:text-gray-200 overflow-y-scroll max-h-[22rem]">
<div
class="flex flex-col w-full dark:text-gray-200 overflow-y-scroll max-h-[22rem] scrollbar-none"
>
{#each mergedDocuments as document, documentIdx}
{#each mergedDocuments as document, documentIdx}
<div class="flex flex-col w-full">
<div class="flex flex-col w-full">
<div class="text-sm font-medium dark:text-gray-300">
<div class="text-sm font-medium dark:text-gray-300">
...
...
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