mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
8b486931f9
commit
ea62d92da3
2 changed files with 21 additions and 21 deletions
|
@ -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",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
.slideshowSwiperContainer, .swiper-wrapper, .swiper-slide {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.slideshowImage, .slideshowSwiperContainer {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -26,11 +30,7 @@
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.swiper-slide img {
|
||||
.swiper-slide img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
|
@ -42,7 +42,7 @@
|
|||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.btnSlideshowExit {
|
||||
z-index: 1002;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue