mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
refac: styling
This commit is contained in:
parent
b85700f6ca
commit
029db5c635
2 changed files with 3 additions and 3 deletions
|
|
@ -556,12 +556,12 @@
|
||||||
{#if !collapsed}
|
{#if !collapsed}
|
||||||
<div
|
<div
|
||||||
id="plt-canvas-{id}"
|
id="plt-canvas-{id}"
|
||||||
class="bg-gray-50 dark:bg-[#202123] dark:text-white max-w-full overflow-x-auto scrollbar-hidden"
|
class="bg-gray-50 dark:bg-black dark:text-white max-w-full overflow-x-auto scrollbar-hidden"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if executing || stdout || stderr || result || files}
|
{#if executing || stdout || stderr || result || files}
|
||||||
<div
|
<div
|
||||||
class="bg-gray-50 dark:bg-[#202123] dark:text-white rounded-b-xl! py-4 px-4 flex flex-col gap-2"
|
class="bg-gray-50 dark:bg-black dark:text-white rounded-b-xl! py-4 px-4 flex flex-col gap-2"
|
||||||
>
|
>
|
||||||
{#if executing}
|
{#if executing}
|
||||||
<div class=" ">
|
<div class=" ">
|
||||||
|
|
|
||||||
|
|
@ -327,7 +327,7 @@
|
||||||
<div class="flex {($settings?.chatBubble ?? true) ? 'justify-end pb-1' : 'w-full'}">
|
<div class="flex {($settings?.chatBubble ?? true) ? 'justify-end pb-1' : 'w-full'}">
|
||||||
<div
|
<div
|
||||||
class="rounded-3xl {($settings?.chatBubble ?? true)
|
class="rounded-3xl {($settings?.chatBubble ?? true)
|
||||||
? `max-w-[90%] px-5 py-2 bg-gray-50 dark:bg-gray-850 ${
|
? `max-w-[90%] px-4 py-1.5 bg-gray-50 dark:bg-gray-850 ${
|
||||||
message.files ? 'rounded-tr-lg' : ''
|
message.files ? 'rounded-tr-lg' : ''
|
||||||
}`
|
}`
|
||||||
: ' w-full'}"
|
: ' w-full'}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue