mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-15 22:38:47 +00:00
불필요한 CSS 속성 제거 2
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
onclick={() => setTimeout(onclick, 100)}
|
||||
class="mb-4 max-w-[50%] flex-1 rounded-xl bg-green-100 p-3 active:bg-green-200"
|
||||
>
|
||||
<div class="flex h-full w-full flex-col text-left transition active:scale-95">
|
||||
<div class="text-left transition active:scale-95">
|
||||
<p class="text-xs text-gray-800">진행 중인 다운로드</p>
|
||||
<p class="font-medium text-green-800">{downloadingFiles.length}개</p>
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
onclick={() => setTimeout(onclick, 100)}
|
||||
class="mb-4 max-w-[50%] flex-1 rounded-xl bg-blue-100 p-3 active:bg-blue-200"
|
||||
>
|
||||
<div class="flex h-full w-full flex-col text-left transition active:scale-95">
|
||||
<div class="text-left transition active:scale-95">
|
||||
<p class="text-xs text-gray-800">진행 중인 업로드</p>
|
||||
<p class="font-medium text-blue-800">{uploadingFiles.length}개</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user