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
6780b1b1
Commit
6780b1b1
authored
Feb 25, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
8dce6b4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/MessageInput.svelte
+2
-2
No files found.
src/lib/components/chat/MessageInput.svelte
View file @
6780b1b1
...
@@ -633,7 +633,7 @@
...
@@ -633,7 +633,7 @@
<div class=" flex">
<div class=" flex">
{#if fileUploadEnabled}
{#if fileUploadEnabled}
<div class=" self-
c
en
ter
ml-1">
<div class=" self-en
d mb-2
ml-1">
<button
<button
class="bg-gray-50 hover:bg-gray-100 text-gray-800 dark:bg-gray-850 dark:text-white dark:hover:bg-gray-800 transition rounded-full p-1.5"
class="bg-gray-50 hover:bg-gray-100 text-gray-800 dark:bg-gray-850 dark:text-white dark:hover:bg-gray-800 transition rounded-full p-1.5"
type="button"
type="button"
...
@@ -801,7 +801,7 @@
...
@@ -801,7 +801,7 @@
}}
}}
/>
/>
<div class="self-end mb-2 flex space-x-0.5 mr-
2
">
<div class="self-end mb-2 flex space-x-0.5 mr-
1
">
{#if messages.length == 0 || messages.at(-1).done == true}
{#if messages.length == 0 || messages.at(-1).done == true}
{#if speechRecognitionEnabled}
{#if speechRecognitionEnabled}
<button
<button
...
...
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