포토리뷰, 마이페이지 리뷰뷰 글 넘침 수정

This commit is contained in:
2026-01-19 22:15:25 +09:00
parent 90a7cf6566
commit 33a1c0dadb
6 changed files with 21 additions and 9 deletions

View File

@@ -5660,6 +5660,9 @@ body.scroll-up .infoSticky {
.photoReviewDetailPopup .photoReviewDetailWrap .photoReviewDetailLeft .photoReviewDetailSwiper .swiper-button-prev { .photoReviewDetailPopup .photoReviewDetailWrap .photoReviewDetailLeft .photoReviewDetailSwiper .swiper-button-prev {
background: url(../images/common/ico_arrow_l.png) no-repeat center/contain; background: url(../images/common/ico_arrow_l.png) no-repeat center/contain;
} }
.photoReviewDetailPopup .photoReviewDetailRight {
width: 100%;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.photoReviewDetailPopup .photoReviewDetailRight { .photoReviewDetailPopup .photoReviewDetailRight {
display: flex; display: flex;
@@ -5747,6 +5750,8 @@ body.scroll-up .infoSticky {
font-size: 1.4rem; font-size: 1.4rem;
color: #000; color: #000;
line-height: 1.5; line-height: 1.5;
overflow-wrap: break-word;
word-break: break-word;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.photoReviewDetailPopup .photoReviewDetailRight .reviewItemDetail .textArea .contents { .photoReviewDetailPopup .photoReviewDetailRight .reviewItemDetail .textArea .contents {

File diff suppressed because one or more lines are too long

View File

@@ -6290,6 +6290,7 @@ video::-webkit-media-controls {
} }
.photoReviewDetailRight { .photoReviewDetailRight {
width: 100%;
@include tablet { @include tablet {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -6380,7 +6381,9 @@ video::-webkit-media-controls {
font-size: 1.4rem; font-size: 1.4rem;
color: #000; color: #000;
line-height: 1.5; line-height: 1.5;
overflow-wrap: break-word;
word-break: break-word;
@include tablet { @include tablet {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;

View File

@@ -29,7 +29,7 @@ pre {
} }
.contentWarp .mypageWarp .leftLnbWarp { .contentWarp .mypageWarp .leftLnbWarp {
width: 100%; width: 100%;
padding-top: 11rem; padding-top: 5rem;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.contentWarp .mypageWarp .leftLnbWarp { .contentWarp .mypageWarp .leftLnbWarp {
@@ -3289,13 +3289,15 @@ pre {
line-height: 2rem; line-height: 2rem;
} }
.productListWarp .productLis ul li .componentsReview .reviewBtn.active .goodNum { .productListWarp .productLis ul li .componentsReview .reviewBtn.active .goodNum {
color: #000000; color: #000;
} }
.productListWarp .productLis ul li .componentsReview .contents { .productListWarp .productLis ul li .componentsReview .contents {
margin-top: 0.8rem; margin-top: 0.8rem;
font-size: 1.4rem; font-size: 1.4rem;
line-height: 2.4rem; line-height: 2.4rem;
color: #000000; color: #000;
overflow-wrap: break-word;
word-break: break-word;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.productListWarp .productLis ul li .componentsReview .contents { .productListWarp .productLis ul li .componentsReview .contents {

File diff suppressed because one or more lines are too long

View File

@@ -21,7 +21,7 @@ pre {
.leftLnbWarp { .leftLnbWarp {
width: 100%; width: 100%;
padding-top: 11rem; padding-top: 5rem;
@include tablet { @include tablet {
max-width: 20rem; max-width: 20rem;
@@ -3478,7 +3478,7 @@ pre {
&.active { &.active {
.goodNum { .goodNum {
color: #000000; color: #000;
} }
} }
} }
@@ -3487,7 +3487,9 @@ pre {
margin-top: 0.8rem; margin-top: 0.8rem;
font-size: 1.4rem; font-size: 1.4rem;
line-height: 2.4rem; line-height: 2.4rem;
color: #000000; color: #000;
overflow-wrap: break-word;
word-break: break-word;
@include tablet { @include tablet {
margin-top: 1.5rem; margin-top: 1.5rem;
font-size: 1.6rem; font-size: 1.6rem;