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;
|
||||
}
|
||||
|
||||
.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…
Add table
Add a link
Reference in a new issue