Skip to content

Commit

Permalink
[IMP] website: remove navbar extra padding
Browse files Browse the repository at this point in the history
In the mobile view, the header has extra padding, for this
reason it is not perfectly aligned with the content of the page.

closes #163705

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
  • Loading branch information
imanie383 committed Apr 30, 2024
1 parent ca1c63e commit b34ee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/website/views/website_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
<!-- TODO adapt in master: remove o_main_nav id -->
<template id="template_header_mobile" name="Template Header Mobile">
<t t-call="website.navbar">
<t t-set="_navbar_classes" t-valuef="o_header_mobile d-block d-lg-none shadow-sm"/>
<t t-set="_navbar_classes" t-valuef="o_header_mobile d-block d-lg-none shadow-sm px-0"/>
<t t-set="_navbar_expand_class" t-valuef="None"/>
<t t-set="_navbar_name" t-valuef="Mobile"/>

Expand Down

0 comments on commit b34ee26

Please sign in to comment.