mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: styling
This commit is contained in:
parent
0722e4b690
commit
cf9dbea370
2 changed files with 3 additions and 3 deletions
|
|
@ -372,7 +372,7 @@
|
|||
>
|
||||
<div>
|
||||
{#if edit === true}
|
||||
<div class="w-full bg-gray-800 rounded-3xl px-5 py-3 my-2">
|
||||
<div class="w-full bg-gray-50 dark:bg-gray-800 rounded-3xl px-5 py-3 my-2">
|
||||
<textarea
|
||||
id="message-edit-{message.id}"
|
||||
bind:this={editTextAreaElement}
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
{/if}
|
||||
|
||||
{#if edit === true}
|
||||
<div class=" w-full bg-gray-800 rounded-3xl px-5 py-3 mb-2">
|
||||
<div class=" w-full bg-gray-50 dark:bg-gray-800 rounded-3xl px-5 py-3 mb-2">
|
||||
<textarea
|
||||
id="message-edit-{message.id}"
|
||||
bind:this={messageEditTextAreaElement}
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
<div class="w-full">
|
||||
<div class="flex justify-end mb-2">
|
||||
<div
|
||||
class="rounded-3xl px-5 py-2 max-w-[90%] bg-gray-850 {message.files
|
||||
class="rounded-3xl px-5 py-2 max-w-[90%] bg-gray-50 dark:bg-gray-850 {message.files
|
||||
? 'rounded-tr-lg'
|
||||
: ''}"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue