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:
parent
5926b1cb9b
commit
c3354a36e3
1 changed files with 3 additions and 2 deletions
|
@ -207,7 +207,7 @@
|
||||||
|
|
||||||
.nowPlayingPageImageContainer {
|
.nowPlayingPageImageContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto auto;
|
margin: auto auto 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPageImageContainerNoAlbum .cardImageContainer .cardImageIcon {
|
.nowPlayingPageImageContainerNoAlbum .cardImageContainer .cardImageIcon {
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingInfoControls {
|
.nowPlayingInfoControls {
|
||||||
margin: 1em 0 1em 0;
|
margin: 0.5em 0 1em 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-box-pack: start !important;
|
-webkit-box-pack: start !important;
|
||||||
-webkit-justify-content: start !important;
|
-webkit-justify-content: start !important;
|
||||||
|
@ -283,6 +283,7 @@
|
||||||
|
|
||||||
.nowPlayingPageImageContainer.nowPlayingPageImagePoster {
|
.nowPlayingPageImageContainer.nowPlayingPageImagePoster {
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPageImageContainer.nowPlayingPageImagePoster img {
|
.nowPlayingPageImageContainer.nowPlayingPageImagePoster img {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue