불필요한 CSS 속성 제거 2

This commit is contained in:
static
2025-01-18 13:09:51 +09:00
parent 3d620d716d
commit c24e84a79c
3 changed files with 5 additions and 5 deletions

View File

@@ -17,11 +17,11 @@
<div class="flex-shrink-0 text-lg">
<IconDraft class="text-gray-600" />
</div>
<div class="flex flex-grow flex-col overflow-hidden">
<p title={$status.name} class="truncate font-medium text-gray-800">
<div class="flex flex-grow flex-col overflow-hidden text-gray-800">
<p title={$status.name} class="truncate font-medium">
{$status.name}
</p>
<p class="text-xs text-gray-800">
<p class="text-xs">
{#if $status.status === "encryption-pending"}
준비 중
{:else if $status.status === "encrypting"}