mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00: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
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPositionSlider {
|
.nowPlayingPositionSlider {
|
||||||
width: -moz-available; /* Mozilla-based browsers will ignore this. */
|
width: stretch;
|
||||||
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
|
|
||||||
width: fill-available;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingPositionSliderContainer {
|
.nowPlayingPositionSliderContainer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue