mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix now playing bar
This commit is contained in:
parent
9201738b8c
commit
feb5e91986
1 changed files with 3 additions and 15 deletions
|
@ -192,12 +192,9 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarPositionSlider paper-progress {
|
.nowPlayingBarPositionSlider {
|
||||||
height: 3px !important;
|
position: relative;
|
||||||
}
|
top: -15px;
|
||||||
|
|
||||||
.nowPlayingBarPositionSlider #sliderBar {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarPositionSlider #sliderContainer {
|
.nowPlayingBarPositionSlider #sliderContainer {
|
||||||
|
@ -205,19 +202,10 @@
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarPositionSlider #sliderKnob {
|
|
||||||
top: -15px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nowPlayingBarPositionSlider #progressContainer {
|
.nowPlayingBarPositionSlider #progressContainer {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarPositionSlider #sliderKnobInner {
|
|
||||||
width: 14px;
|
|
||||||
height: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nowPlayingBarRight {
|
.nowPlayingBarRight {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 1em 0 auto;
|
margin: 0 1em 0 auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue