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;
}
.nowPlayingPageImage {
overflow-y: hidden;
overflow: hidden;
margin: 0 auto;
&.nowPlayingPageImageAudio,
&.nowPlayingPageImagePoster {
width: auto;
max-width: 100%;
max-height: 100%;
}
.nowPlayingPageImage.nowPlayingPageImageAudio,
.nowPlayingPageImage.nowPlayingPageImagePoster {
width: auto;
max-width: 100%;
max-height: 100%;
}
.playlistSectionButton .volumecontrol {