mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 09:09:53 +00:00
fix: styling
This commit is contained in:
parent
c9f5029a9d
commit
3f8af02aaa
@ -110,13 +110,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="flex self-start">
|
<div class="flex self-center">
|
||||||
{#if banner.dismissible}
|
{#if banner.dismissible}
|
||||||
<button
|
<button
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
dismiss(banner.id);
|
dismiss(banner.id);
|
||||||
}}
|
}}
|
||||||
class=" -mt-[3px] ml-1.5 mr-1 text-gray-400 dark:hover:text-white h-1">×</button
|
class=" -my-2 ml-1.5 mr-1 text-gray-400 dark:hover:text-white">×</button
|
||||||
>
|
>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user