From cf65220dc41fbaf91865e03138576da21c8dedab Mon Sep 17 00:00:00 2001 From: jisangs Date: Thu, 14 May 2026 00:37:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20fit=20=EB=B0=A9=EC=8B=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 60a009d..7b1f003 100644 --- a/src/index.html +++ b/src/index.html @@ -164,11 +164,12 @@ .card.multi-dragging { opacity: .3; transform: scale(.96); cursor: grabbing; } .card.drag-over { border-color: var(--accent) !important; background: var(--drag-over); } - /* ── 썸네일: 정사각형 + object-fit: cover ── */ + /* ── 썸네일: 정사각형 + object-fit: contain ── */ .card-thumb { width: 100%; aspect-ratio: 1 / 1; - object-fit: cover; + object-fit: contain; + background: #08080f; display: block; } .card-thumb-placeholder {