Update src/components/remotecontrol/remotecontrol.css

As suggested by @ferferga

Co-Authored-By: Fernando <ferferga@users.noreply.github.com>
This commit is contained in:
Samuel 2020-04-10 14:44:31 -04:00 committed by GitHub
parent 5f9d33fe21
commit 859ec893c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {