From 859ec893c2e9edbb42b4d8dafd0d103f11fae5f9 Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 10 Apr 2020 14:44:31 -0400 Subject: [PATCH] Update src/components/remotecontrol/remotecontrol.css As suggested by @ferferga Co-Authored-By: Fernando --- src/components/remotecontrol/remotecontrol.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.css b/src/components/remotecontrol/remotecontrol.css index bc1929f58..11872daa6 100644 --- a/src/components/remotecontrol/remotecontrol.css +++ b/src/components/remotecontrol/remotecontrol.css @@ -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 {