mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-07 00:34:41 +00:00
21 lines
364 B
CSS
21 lines
364 B
CSS
.swiper-button:global(.swiper-button-disabled) {
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.section .swiper-button {
|
|
display: none !important;
|
|
}
|
|
|
|
@media (hover: hover) and (min-width: 1024px) {
|
|
.swiper {
|
|
overflow: visible !important;
|
|
}
|
|
}
|
|
|
|
@media (hover: hover) {
|
|
.section:hover .swiper-button {
|
|
display: flex !important;
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
}
|