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

@ -15,12 +15,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.0.76",
"_release": "1.0.76",
"version": "1.0.77",
"_release": "1.0.77",
"_resolution": {
"type": "version",
"tag": "1.0.76",
"commit": "8b29590144a9a67065820c7c1a6a4f433f52d9bf"
"tag": "1.0.77",
"commit": "68a71ffeed9dad3e3d06d163b51ae4c555f3c1f9"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.0.0",

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;
}
}