From a191fcbabc023f0c1528c3be38ccd7026432b2e2 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Wed, 21 Apr 2021 09:34:31 +0200 Subject: [PATCH] padding fixes --- extensions/odoo_theme/layout.html | 2 +- extensions/odoo_theme/layout_templates/homepage.html | 4 ++-- extensions/odoo_theme/static/style.scss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html index ec0575e37..70007992a 100644 --- a/extensions/odoo_theme/layout.html +++ b/extensions/odoo_theme/layout.html @@ -93,7 +93,7 @@ {% set main_classes = main_classes + ['o_fullwidth_page'] %} {% endif %} -
+
{% include "layout_templates/searchbox.html" %}
diff --git a/extensions/odoo_theme/layout_templates/homepage.html b/extensions/odoo_theme/layout_templates/homepage.html index 91e7227b9..11b935ade 100644 --- a/extensions/odoo_theme/layout_templates/homepage.html +++ b/extensions/odoo_theme/layout_templates/homepage.html @@ -107,7 +107,7 @@
{# If changelog exists add class border-bottom #} -
+
@@ -133,7 +133,7 @@
{# If changelog exists add class border-bottom #} -
+
diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 8282f47e8..3129336a9 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -395,7 +395,7 @@ header.o_main_header{ &.index, &.o_fullwidth_page, &.o_has_code_column { @include media-breakpoint-up(lg) { - max-width: calc(100vw - (#{$o-side-nav-width} + var(--bs-gutter-x, 1.5rem)) ); + max-width: calc(100vw - (#{$o-side-nav-width} + var(--bs-gutter-x, 1rem)) ); } }