diff --git a/dashboard-ui/css/remotecontrol.css b/dashboard-ui/css/remotecontrol.css index 9583421149..4a4d1ad376 100644 --- a/dashboard-ui/css/remotecontrol.css +++ b/dashboard-ui/css/remotecontrol.css @@ -52,7 +52,13 @@ height: 50px; } -@media all and (max-width: 400px) { +@media all and (max-width: 550px) { + .nowPlayingCell + .nowPlayingCell { + display: none; + } +} + +@media all and (max-width: 450px) { .nowPlayingCell { display: none; } @@ -76,6 +82,12 @@ } } +@media all and (min-width: 400px) { + #remoteControlFlyout { + width: 360px; + } +} + @media all and (min-width: 500px) { #remoteControlFlyout { width: 450px;