[Home] Live영상 useEffect 추가, popular Show 영상 코드 수정

This commit is contained in:
jangheon Pyo
2024-04-29 15:17:53 +09:00
parent 474e0ef2cb
commit 613ed0f47b
3 changed files with 56 additions and 48 deletions

View File

@@ -146,11 +146,11 @@
}
}
}
// &:focus {
// &::after {
// .focused(@boxShadow:22px, @borderRadius: 12px);
// }
// }
&:focus {
&::after {
.focused(@boxShadow:0, @borderRadius: 12px);
}
}
}
.arrow {
@@ -187,7 +187,7 @@
}
.videoModal {
&::after {
.focused(@boxShadow:22px, @borderRadius: 12px);
.focused(@boxShadow:0, @borderRadius: 12px);
}
> div {
border-radius: 12px;