From 2a01704b0283e99cb1e680b38f1d1a26c6b2d3bf Mon Sep 17 00:00:00 2001 From: "DESKTOP-KSVGT20\\shkim" Date: Mon, 11 May 2026 00:44:48 +0900 Subject: [PATCH] Enlarge selected file thumbnails --- src/public/upload.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/public/upload.css b/src/public/upload.css index 2803e05..26ea586 100644 --- a/src/public/upload.css +++ b/src/public/upload.css @@ -256,23 +256,23 @@ h1 { margin: 0; padding: 0; list-style: none; - max-height: 161px; + max-height: 301px; overflow-y: auto; overscroll-behavior: contain; padding-right: 4px; } .file-list li { - flex: 0 0 40px; - width: 40px; - height: 40px; + flex: 0 0 80px; + width: 80px; + height: 80px; padding: 0; } .file-list__preview { display: grid; place-items: center; - width: 40px; + width: 80px; aspect-ratio: 1; overflow: hidden; border-radius: 6px; @@ -288,6 +288,7 @@ h1 { width: 100%; height: 100%; object-fit: cover; + object-position: center; } .file-list__top {