Update src/components/remotecontrol/remotecontrol.css
As suggested by @ferferga Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user