포토리뷰 작업 중

This commit is contained in:
2026-01-08 00:17:24 +09:00
parent 534015a521
commit 9b65f15631
6 changed files with 43 additions and 28 deletions

View File

@@ -5570,7 +5570,7 @@ body.scroll-up .infoSticky {
}
}
.photoReviewDetailPopup .btn-photoList {
display: block;
display: none;
position: absolute;
bottom: 0;
left: 0;
@@ -5595,6 +5595,9 @@ body.scroll-up .infoSticky {
line-height: 1;
}
}
.photoReviewDetailPopup.toPhotoReviewAll .btn-photoList {
display: block;
}
.photoReviewDetailPopup .photoReviewDetailWrap {
display: flex;
flex-wrap: wrap;