mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
deb1f6b6d7
commit
827fd6606c
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ Provide the enhanced notes in markdown format. Use markdown syntax for headings,
|
||||||
<div class=" flex-1 w-full h-full overflow-auto px-4 pb-14 relative">
|
<div class=" flex-1 w-full h-full overflow-auto px-4 pb-14 relative">
|
||||||
{#if enhancing}
|
{#if enhancing}
|
||||||
<div
|
<div
|
||||||
class="w-full h-full absolute top-0 left-0 {streaming
|
class="w-full h-full fixed top-0 left-0 {streaming
|
||||||
? ''
|
? ''
|
||||||
: ' backdrop-blur-xs bg-white/10 dark:bg-gray-900/10'} flex items-center justify-center z-10 cursor-not-allowed"
|
: ' backdrop-blur-xs bg-white/10 dark:bg-gray-900/10'} flex items-center justify-center z-10 cursor-not-allowed"
|
||||||
></div>
|
></div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue