From 32578bc9c3f64c747c3699bf10aed26d9bcc8aec Mon Sep 17 00:00:00 2001 From: jarvis2f <137974272+jarvis2f@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20feat:=20Optimize=20mobile=20styl?= =?UTF-8?q?e.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/file-card.tsx | 5 +++-- web/src/components/file-control.tsx | 2 +- web/src/components/file-progress.tsx | 8 ++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/web/src/components/file-card.tsx b/web/src/components/file-card.tsx index a774683..d9edaa4 100644 --- a/web/src/components/file-card.tsx +++ b/web/src/components/file-card.tsx @@ -55,8 +55,9 @@ export function FileCard({ file }: FileCardProps) {