promotion 상품 뱃지가 영상 위로 보이도록 변경 및 full 화면 전환 시 안보이도록 변경
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
z-index: 20;
|
||||
|
||||
> p:nth-child(1) {
|
||||
margin-top: 13px;
|
||||
|
||||
Reference in New Issue
Block a user