Commit 3f8af02a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent c9f5029a
......@@ -110,13 +110,13 @@
</div>
</div>
{/if}
<div class="flex self-start">
<div class="flex self-center">
{#if banner.dismissible}
<button
on:click={() => {
dismiss(banner.id);
}}
class=" -mt-[3px] ml-1.5 mr-1 text-gray-400 dark:hover:text-white h-1">&times;</button
class=" -my-2 ml-1.5 mr-1 text-gray-400 dark:hover:text-white">&times;</button
>
{/if}
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment