mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 22:08:07 +00:00
refac
This commit is contained in:
parent
be657f45e4
commit
b5efe15f73
@ -157,9 +157,11 @@
|
|||||||
<div class=" absolute top-0 left-0 right-0 bottom-0 z-10"></div>
|
<div class=" absolute top-0 left-0 right-0 bottom-0 z-10"></div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class=" absolute z-50 w-full flex items-center justify-end p-4 dark:text-gray-100">
|
<div
|
||||||
|
class=" absolute pointer-events-none z-50 w-full flex items-center justify-end p-4 dark:text-gray-100"
|
||||||
|
>
|
||||||
<button
|
<button
|
||||||
class="self-center"
|
class="self-center pointer-events-auto"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
dispatch('close');
|
dispatch('close');
|
||||||
showControls.set(false);
|
showControls.set(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user