mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
25 lines
412 B
SCSS
25 lines
412 B
SCSS
$prefix: 'hideHomeCarousel-switch';
|
|
|
|
.#{$prefix} {
|
|
&-full .recommended-swipe {
|
|
display: none !important;
|
|
}
|
|
|
|
&-transparent .recommended-swipe {
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
&-picture .vui_carousel__slide {
|
|
display: none !important;
|
|
}
|
|
|
|
&-footerText .carousel-footer-text {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.vui_carousel__slide {
|
|
filter: blur(var(--blur-amount, 0px));
|
|
}
|