mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix now playing bar
This commit is contained in:
parent
9201738b8c
commit
feb5e91986
@ -192,12 +192,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider paper-progress {
|
||||
height: 3px !important;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderBar {
|
||||
padding-top: 0;
|
||||
.nowPlayingBarPositionSlider {
|
||||
position: relative;
|
||||
top: -15px;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderContainer {
|
||||
@ -205,19 +202,10 @@
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderKnob {
|
||||
top: -15px !important;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #progressContainer {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.nowPlayingBarPositionSlider #sliderKnobInner {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.nowPlayingBarRight {
|
||||
position: relative;
|
||||
margin: 0 1em 0 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user