From 3be5ea01cf85471b2ec48f355a0b331df59d1396 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 22 Jul 2016 00:59:20 -0400 Subject: [PATCH] fixes #1618 - Playback button still there even if playback is deactivated for user --- dashboard-ui/css/nowplayingbar.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dashboard-ui/css/nowplayingbar.css b/dashboard-ui/css/nowplayingbar.css index 8e5ba136f3..7ff072b6cb 100644 --- a/dashboard-ui/css/nowplayingbar.css +++ b/dashboard-ui/css/nowplayingbar.css @@ -90,10 +90,6 @@ font-size: 28px; } -.nowPlayingDoubleText { - top: -3px; -} - .nowPlayingImage { display: inline-block; vertical-align: middle; @@ -168,8 +164,8 @@ /* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */ z-index: 2; position: absolute; - left: 0; - right: 0; + left: 200px; + right: 200px; top: 0; }