mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 04:17:26 +00:00
refac
This commit is contained in:
parent
3f8af02aaa
commit
0bc46b19b3
@ -110,13 +110,14 @@
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="flex self-center">
|
||||
<div class="flex self-start">
|
||||
{#if banner.dismissible}
|
||||
<button
|
||||
on:click={() => {
|
||||
dismiss(banner.id);
|
||||
}}
|
||||
class=" -my-2 ml-1.5 mr-1 text-gray-400 dark:hover:text-white">×</button
|
||||
class=" -mt-1 -mb-2 -translate-y-[1px] ml-1.5 mr-1 text-gray-400 dark:hover:text-white"
|
||||
>×</button
|
||||
>
|
||||
{/if}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user