fix: 포토리뷰 썸네일 object-fit: contain 수정
This commit is contained in:
@@ -5780,6 +5780,9 @@ body.scroll-up .infoSticky {
|
||||
gap: 1rem;
|
||||
}
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .photoThumbnails .photoThumbItem {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
border-radius: 0.8rem;
|
||||
@@ -5792,7 +5795,9 @@ body.scroll-up .infoSticky {
|
||||
}
|
||||
}
|
||||
.photoReviewDetailPopup .photoReviewDetailRight .photoThumbnails .photoThumbItem img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}
|
||||
/*# sourceMappingURL=common.css.map */
|
||||
Reference in New Issue
Block a user