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

Fix lint issues and z-index of playback slider

This commit is contained in:
ferferga 2020-04-12 20:38:31 +02:00
parent 155e9eb7ad
commit 6eec2ac19f

View file

@ -58,6 +58,7 @@
.nowPlayingPositionSliderContainer { .nowPlayingPositionSliderContainer {
margin: 0.2em 1em 0.2em 1em; margin: 0.2em 1em 0.2em 1em;
width: 100%; width: 100%;
z-index: 0;
} }
.nowPlayingInfoButtons { .nowPlayingInfoButtons {
@ -79,7 +80,7 @@
} }
.nowPlayingPageImageContainer { .nowPlayingPageImageContainer {
width: 20%; width: 16%;
margin-right: 1em; margin-right: 1em;
position: relative; position: relative;
-webkit-flex-shrink: 0; -webkit-flex-shrink: 0;
@ -123,10 +124,11 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
margin: 0 auto;
width: 100%;
-webkit-box-shadow: 0 0 1.9vh #000; -webkit-box-shadow: 0 0 1.9vh #000;
box-shadow: 0 0 1.9vh #000; box-shadow: 0 0 1.9vh #000;
border: 0.1em solid #222; border: 0.1em solid #222;
user-drag: none;
user-select: none; user-select: none;
-moz-user-select: none; -moz-user-select: none;
-webkit-user-drag: none; -webkit-user-drag: none;
@ -142,15 +144,6 @@
font-size: x-large; font-size: x-large;
} }
.nowPlayingPageImageContainer {
width: 16%;
}
.nowPlayingPageImage {
margin: 0 auto;
width: 100%;
}
.nowPlayingSecondaryButtons { .nowPlayingSecondaryButtons {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;