fix. 템플릿 수정
This commit is contained in:
@@ -158,6 +158,14 @@ const onArrowClick = (direction, targetIndex) => {
|
||||
.thumbnail-carousel:deep(.main-splide) {
|
||||
@apply overflow-hidden rounded-lg border border-white/10 shadow-[0_4px_20px_0_rgba(0,0,0,0.5)];
|
||||
}
|
||||
.thumbnail-carousel:deep(.thumbnail-slide) {
|
||||
@apply opacity-50;
|
||||
}
|
||||
.thumbnail-carousel:deep(.thumbnail-slide:hover),
|
||||
.thumbnail-carousel:deep(.thumbnail-slide.is-active) {
|
||||
@apply opacity-100;
|
||||
}
|
||||
|
||||
.main-slide {
|
||||
@apply relative aspect-[16/9];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user