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
4a3362f8
Commit
4a3362f8
authored
Jun 17, 2024
by
Timothy J. Baek
Browse files
fix: help
parent
44e145c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/lib/components/chat/Chat.svelte
src/lib/components/chat/Chat.svelte
+1
-1
src/lib/components/chat/Messages/ProfileImage.svelte
src/lib/components/chat/Messages/ProfileImage.svelte
+1
-1
src/lib/components/layout/Help.svelte
src/lib/components/layout/Help.svelte
+1
-1
No files found.
src/lib/components/chat/Chat.svelte
View file @
4a3362f8
...
...
@@ -1332,7 +1332,7 @@
/>
<div
class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-white to-white/
90
dark:from-gray-900 dark:to-[#171717]/90 z-0"
class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-white to-white/
85
dark:from-gray-900 dark:to-[#171717]/90 z-0"
/>
{/if}
...
...
src/lib/components/chat/Messages/ProfileImage.svelte
View file @
4a3362f8
...
...
@@ -16,7 +16,7 @@
src.startsWith('/')
? src
: `/user.png`}
class=" {className} object-cover rounded-full -translate-y-
0.5
"
class=" {className} object-cover rounded-full -translate-y-
[1px]
"
alt="profile"
draggable="false"
/>
...
...
src/lib/components/layout/Help.svelte
View file @
4a3362f8
...
...
@@ -10,7 +10,7 @@
let showShortcuts = false;
</script>
<div class=" hidden lg:flex fixed bottom-0 right-0 px-2 py-2 z-
1
0">
<div class=" hidden lg:flex fixed bottom-0 right-0 px-2 py-2 z-
2
0">
<button
id="show-shortcuts-button"
class="hidden"
...
...
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