mirror of
https://github.com/open-webui/open-webui
synced 2025-02-23 21:53:37 +00:00
refac: styling
This commit is contained in:
parent
b891a398fd
commit
d87a7b2f8b
@ -407,11 +407,13 @@ __builtins__.input = input`);
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
id="plt-canvas-{id}"
|
id="plt-canvas-{id}"
|
||||||
class="bg-[#202123] text-white max-w-full overflow-x-auto scrollbar-hidden"
|
class="bg-gray-50 dark:bg-[#202123] dark:text-white max-w-full overflow-x-auto scrollbar-hidden"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if executing || stdout || stderr || result}
|
{#if executing || stdout || stderr || result}
|
||||||
<div class="bg-[#202123] text-white !rounded-b-lg py-4 px-4 flex flex-col gap-2">
|
<div
|
||||||
|
class="bg-gray-50 dark:bg-[#202123] dark:text-white !rounded-b-lg py-4 px-4 flex flex-col gap-2"
|
||||||
|
>
|
||||||
{#if executing}
|
{#if executing}
|
||||||
<div class=" ">
|
<div class=" ">
|
||||||
<div class=" text-gray-500 text-xs mb-1">STDOUT/STDERR</div>
|
<div class=" text-gray-500 text-xs mb-1">STDOUT/STDERR</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user