From fc8988baa337f785722774828a53ccb4df37d421 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 12 Aug 2014 17:15:46 -0400 Subject: [PATCH] Remove the extra white bar when logged in on the landing page --- static/css/quay.css | 5 +++++ templates/base.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/static/css/quay.css b/static/css/quay.css index 5375d7f79..32021ad7d 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1417,6 +1417,11 @@ i.toggle-icon:hover { padding-bottom: 10px; } +.landing-page.signedin .main-panel { + background: transparent; + box-shadow: none; +} + .landing { position: relative; } diff --git a/templates/base.html b/templates/base.html index 09c263466..44238190c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -91,7 +91,7 @@ mixpanel.init("{{ mixpanel_key }}", { track_pageview : false, debug: {{ is_debug {% endif %} - +