promotion 상품 뱃지가 영상 위로 보이도록 변경 및 full 화면 전환 시 안보이도록 변경

This commit is contained in:
dongyoungKo
2025-05-28 13:38:06 +09:00
parent 2c03d14ab5
commit 45c7a48075
3 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
.focused(@boxShadow: 0px, @borderRadius: 0px) {
.position(@position: absolute, @top: 0, @left: 0, @right: 0, @bottom: 0);
z-index: 20;
z-index: 19;
border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 @boxShadow 0 rgba(0, 0, 0, 0.5);
border-radius: @borderRadius;

View File

@@ -339,7 +339,7 @@ function Indicator({
<img src={playImg} alt="Play" />
</h3>
)}
{promotionPrcie?.promotionCode && !canPlayVideo && (
{promotionPrcie?.promotionCode && autoPlaying && (
<div className={css.promotionImage}>
<p className={css.badgeTitle}>{$L("Extra Promo")}</p>
<p className={css.badgeTitle}>{$L("Code")}</p>

View File

@@ -74,6 +74,7 @@
color: #fff;
text-align: center;
font-weight: bold;
z-index: 20;
> p:nth-child(1) {
margin-top: 13px;