From 286793b3576ecb59a8a898c860f27df5f1a2870c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 26 Oct 2015 18:47:49 -0400 Subject: [PATCH] 3.0.5768.7 --- dashboard-ui/css/nowplaying.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/css/nowplaying.css b/dashboard-ui/css/nowplaying.css index 9e401dd281..71618ac253 100644 --- a/dashboard-ui/css/nowplaying.css +++ b/dashboard-ui/css/nowplaying.css @@ -13,9 +13,9 @@ margin: 2px 1px; } -.nowPlayingPage .btnCommand:not(.hide), .nowPlayingPage .btnPlayStateCommand:not(.hide) { - display: inline-block !important; -} + .nowPlayingPage .btnCommand:not(.hide), .nowPlayingPage .btnPlayStateCommand:not(.hide) { + display: inline-block !important; + } .nowPlayingPageImage img { max-height: 360px; @@ -98,7 +98,7 @@ @media all and (max-width: 600px) and (orientation: portrait) { .btnSlideshow { - display: block; + display: block !important; margin-top: 1em; } }