From b1e886bc2025f00431c5435ea44902baf5aa5517 Mon Sep 17 00:00:00 2001 From: Graham Dixon Date: Thu, 22 Apr 2021 06:17:39 +0100 Subject: [PATCH] Fixes margins on notification inbox --- app/assets/v2/scss/notifications.scss | 2 +- app/inbox/templates/inbox.html | 4 ++-- app/retail/templates/shared/minihero.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/v2/scss/notifications.scss b/app/assets/v2/scss/notifications.scss index 6207a7f0384..c5557c99dfb 100644 --- a/app/assets/v2/scss/notifications.scss +++ b/app/assets/v2/scss/notifications.scss @@ -218,7 +218,7 @@ html.dark-mode { background: white; padding-bottom: 1rem; margin-bottom: 3rem; - margin-top: -3em; + margin-top: 3rem; z-index: 0; position: relative; border-radius: 4px; diff --git a/app/inbox/templates/inbox.html b/app/inbox/templates/inbox.html index 2678b1e50d8..390b0866b21 100644 --- a/app/inbox/templates/inbox.html +++ b/app/inbox/templates/inbox.html @@ -23,14 +23,14 @@ {% include 'shared/head.html' %} {% include 'shared/cards.html' %} - +
{% include 'shared/top_nav.html' with class='d-md-flex' %} {% include 'shared/nav.html' %}
{% include 'shared/minihero.html' with h1='Notifications' suppress_logo=1 %}
-
+
diff --git a/app/retail/templates/shared/minihero.html b/app/retail/templates/shared/minihero.html index a2823719f8e..330e544e0f6 100644 --- a/app/retail/templates/shared/minihero.html +++ b/app/retail/templates/shared/minihero.html @@ -32,7 +32,7 @@

{{h1}}

{% else %}
-

{{h1}}

+

{{h1}}

{% if not suppress_logo %}