From 8ce98f52ec2682d84cbd6622fe0de9b916baad2c Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Wed, 22 Jun 2022 12:48:35 +0200 Subject: [PATCH] [CLN] odoo_theme: remove unnecessary css X-original-commit: fca78f44dbc457389a7c10a95d56558139ed6735 --- extensions/odoo_theme/static/style.scss | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 7633dc1f6..4a189b831 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -197,7 +197,6 @@ header { //------------------------------------------------------------------------------ .o_side_nav { - width: 100%; .o_mobile-overlay { background-color: rgba(0,0,0,.3); @include o-position-absolute($top: 0, $bottom: 0, $left: 0, $right:0); @@ -205,6 +204,7 @@ header { transition: opacity .2s linear; z-index: -100; } + .o_side_nav-inner { width: 90%; height: calc(100% - #{$o-headers-mobile-height}); @@ -258,6 +258,7 @@ header { font-weight: 600; } } + .o_main_toc { > ul { li { @@ -558,18 +559,7 @@ header { // pages with column for code on the right &.o_has_code_column { article.doc-body { - > * { - max-width: 100%; - } - @include media-breakpoint-up(xl) { - width: 100%; - padding-right: 0; - - &:before { - @include o-code-col(); - } - .o_git_link { right: calc(#{$o-codecol-width} + #{$padding-l}); }