1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-02-15 00:57:02 -05:00
parent 8b486931f9
commit ea62d92da3
2 changed files with 21 additions and 21 deletions

View file

@ -1,3 +1,7 @@
.slideshowSwiperContainer, .swiper-wrapper, .swiper-slide {
background: #000;
}
.slideshowImage, .slideshowSwiperContainer {
position: fixed;
top: 0;
@ -26,24 +30,20 @@
font-weight: 400;
}
.swiper-slide {
background: #000;
.swiper-slide img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
}
.swiper-slide img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
}
.btnSlideshowExit {
z-index: 1002;
position: absolute;
@ -117,4 +117,4 @@ paper-fab.btnSlideshowExit {
margin-left: -5vh;
margin-top: -5vh;
z-index: 1003;
}
}