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 %} -
+