불필요한 css 제거

This commit is contained in:
static
2025-01-08 23:50:35 +09:00
parent 6559381ed4
commit 96cdb2d1b5
13 changed files with 16 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
{#if title}
<p class="flex-grow truncate px-2 text-center text-lg font-semibold">{title}</p>
{/if}
<div class="min-w-[2.3rem] flex-shrink-0">
<div class="w-[2.3rem] flex-shrink-0">
{#if children}
{@render children?.()}
{/if}