Files
jellyfin-web/src/plugins/comicsPlayer/style.scss
T
2022-07-24 20:06:21 -06:00

18 lines
269 B
SCSS

#comicsPlayer {
background: #fff;
.slideshowSwiperContainer {
height: 100%;
}
.slider-zoom-container {
text-align: center;
height: 100%;
}
.swiper-slide-img {
max-height: 100%;
max-width: 100%;
}
}