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
28c8b584
Commit
28c8b584
authored
Apr 08, 2024
by
Timothy J. Baek
Browse files
fix: styling
parent
e48cdf63
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/Messages/RateComment.svelte
src/lib/components/chat/Messages/RateComment.svelte
+2
-2
No files found.
src/lib/components/chat/Messages/RateComment.svelte
View file @
28c8b584
...
...
@@ -55,7 +55,7 @@
};
</script>
<div class=" my-2.5 rounded-xl px-4 py-3 border border-gray-850">
<div class=" my-2.5 rounded-xl px-4 py-3 border
dark:
border-gray-850">
<div class="flex justify-between items-center">
<div class=" text-sm">Tell us more:</div>
...
...
@@ -106,7 +106,7 @@
<div class="mt-2 flex justify-end">
<button
class=" bg-emerald-700 text-sm font-medium rounded-lg px-3.5 py-1.5"
class=" bg-emerald-700
text-white
text-sm font-medium rounded-lg px-3.5 py-1.5"
on:click={() => {
submitHandler();
}}
...
...
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