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

Remove unused styles

This commit is contained in:
Bill Thornton 2022-02-28 01:39:12 -05:00
parent 7ad5614795
commit 0a0671d965

View file

@ -398,17 +398,11 @@
font-size: 2em; font-size: 2em;
} }
.nowPlayingPageImage { .nowPlayingPageImage.nowPlayingPageImageAudio,
overflow-y: hidden; .nowPlayingPageImage.nowPlayingPageImagePoster {
overflow: hidden; width: auto;
margin: 0 auto; max-width: 100%;
max-height: 100%;
&.nowPlayingPageImageAudio,
&.nowPlayingPageImagePoster {
width: auto;
max-width: 100%;
max-height: 100%;
}
} }
.playlistSectionButton .volumecontrol { .playlistSectionButton .volumecontrol {