mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Update src/components/remotecontrol/remotecontrol.css
As suggested by @ferferga Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
This commit is contained in:
parent
5f9d33fe21
commit
859ec893c2
@ -54,9 +54,7 @@
|
||||
}
|
||||
|
||||
.nowPlayingPositionSlider {
|
||||
width: -moz-available; /* Mozilla-based browsers will ignore this. */
|
||||
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
|
||||
width: fill-available;
|
||||
width: stretch;
|
||||
}
|
||||
|
||||
.nowPlayingPositionSliderContainer {
|
||||
|
Loading…
Reference in New Issue
Block a user