From cf9f2181e94e8cc07244c1100ffc92cf7813176b Mon Sep 17 00:00:00 2001 From: grngxd <36968271+grngxd@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:41:43 +0100 Subject: [PATCH] style: adjust layout spacing in dashboard and file component --- src/components/File.tsx | 2 +- src/routes/dashboard/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/File.tsx b/src/components/File.tsx index 00158f4..bb79940 100644 --- a/src/components/File.tsx +++ b/src/components/File.tsx @@ -76,7 +76,7 @@ export default component$(({ file }: FileProps) => { height={300} src={`/api/${file.Owner}/${file.Name}`} alt={file.Name} - class="w-full h-60 object-cover bg-neutral-800 flex-grow group-hover:scale-110 group-hover:saturate-150 transition-all duration-500" + class="w-full h-60 object-cover bg-neutral-800 flex-grow group-hover:scale-105 transition-all duration-500" /> )} diff --git a/src/routes/dashboard/index.tsx b/src/routes/dashboard/index.tsx index 9ab5508..cab3450 100644 --- a/src/routes/dashboard/index.tsx +++ b/src/routes/dashboard/index.tsx @@ -55,7 +55,7 @@ export default component$(() => { ) : ( -