썸네일 이미지 fit 방식 수정
This commit is contained in:
+3
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user