[라이브 채널 넥스트 버튼 수정]

- qvc가 짤려보이는문제 관련하여 수정.
This commit is contained in:
junghoon86.park
2025-12-15 10:12:47 +09:00
parent f514e2468c
commit 1e9c9bee40
2 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
@import "../../../../style/CommonStyle.module.less";
@import "../../../../style/utils.module.less";
@import '../../../../style/CommonStyle.module.less';
@import '../../../../style/utils.module.less';
.container {
position: fixed;
@@ -51,13 +51,16 @@
display: flex;
justify-content: center;
align-items: center;
background: linear-gradient(180deg, #284998 0%, #06B0EE 100%);
}
.logoImage {
width: 100%;
height: 100%;
object-fit: cover;
&.qvcLogoImg {
width: 70%;
height: 70%;
}
}
.logoPlaceholder {
@@ -69,7 +72,7 @@
.channelName {
color: #fcfcfc;
font-size: 25px;
font-family: "LG Smart UI";
font-family: 'LG Smart UI';
font-weight: 700;
line-height: 35px;
white-space: nowrap;
@@ -81,7 +84,7 @@
.programName {
color: rgba(234, 234, 234, 0.7);
font-size: 25px;
font-family: "LG Smart UI";
font-family: 'LG Smart UI';
font-weight: 600;
line-height: 35px;
white-space: nowrap;
@@ -91,7 +94,6 @@
max-width: 180px; // 최대 너비 제한 완화
}
.arrowIcon {
display: flex;
align-items: center;