mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Deployed music player fixes
This commit is contained in:
parent
db98c42956
commit
ece21d0de0
6 changed files with 27 additions and 22 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="sliderContainer flex">
|
||||
<div class="sliderContainer flex" dir="ltr">
|
||||
<div class="positionTime"></div>
|
||||
<div class="nowPlayingPositionSliderContainer">
|
||||
<input type="range" is="emby-slider" pin step="1" min="0" max="100" value="0" class="nowPlayingPositionSlider" data-slider-keep-progress="true" />
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
<div class="nowPlayingButtonsContainer focuscontainer-x justify-content-space-between">
|
||||
|
||||
<div class="nowPlayingInfoButtons">
|
||||
<div class="nowPlayingInfoButtons" dir="ltr">
|
||||
|
||||
<button is="paper-icon-button-light" class="btnCommand btnRepeat repeatToggleButton autoSize" title="${Repeat}"
|
||||
data-command="SetRepeatMode">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue