포토리뷰 작업 중 - 전체포토 수정

This commit is contained in:
2026-01-04 21:34:30 +09:00
parent 523e780e69
commit e0eb8418ec
3 changed files with 24 additions and 26 deletions

View File

@@ -5599,7 +5599,7 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
z-index: 1;
line-height: 1;
}
.photoReviewList ul li:nth-child(7) button:before {
.photoReviewList ul li .allPhotoReview:before {
content: "전체 \a포토리뷰";
white-space: pre;
display: flex;
@@ -5619,7 +5619,7 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
line-height: 1.5;
}
@media (min-width: 768px) {
.photoReviewList ul li:nth-child(7) button:before {
.photoReviewList ul li .allPhotoReview:before {
font-size: 2rem;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -6321,8 +6321,7 @@
line-height: 1;
}
&:nth-child(7) {
button {
.allPhotoReview {
&:before {
content: "전체 \A 포토리뷰";
white-space: pre;
@@ -6347,7 +6346,6 @@
}
}
}
}
.popInner & {
flex-wrap: wrap;