18 lines
269 B
SCSS
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%;
|
|
}
|
|
}
|