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

Hide overflow on Image when landscape image

This commit is contained in:
Samuel 2020-04-10 13:02:39 -04:00 committed by GitHub
parent 5926b1cb9b
commit c3354a36e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@
.nowPlayingPageImageContainer {
width: 100%;
margin: auto auto;
margin: auto auto 0.5em;
}
.nowPlayingPageImageContainerNoAlbum .cardImageContainer .cardImageIcon {
@ -216,7 +216,7 @@
}
.nowPlayingInfoControls {
margin: 1em 0 1em 0;
margin: 0.5em 0 1em 0;
width: 100%;
-webkit-box-pack: start !important;
-webkit-justify-content: start !important;
@ -283,6 +283,7 @@
.nowPlayingPageImageContainer.nowPlayingPageImagePoster {
height: 50%;
overflow: hidden;
}
.nowPlayingPageImageContainer.nowPlayingPageImagePoster img {