From aa134f981b89be0bf20910564f6e212d443fab1d Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Wed, 2 Mar 2022 16:50:24 +0100 Subject: [PATCH] MDL-74048 theme_boost: category manament nav margins --- theme/boost/scss/moodle/admin.scss | 3 ++- theme/boost/style/moodle.css | 4 +++- theme/classic/style/moodle.css | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/theme/boost/scss/moodle/admin.scss b/theme/boost/scss/moodle/admin.scss index 6c567f44204..f427252cce9 100644 --- a/theme/boost/scss/moodle/admin.scss +++ b/theme/boost/scss/moodle/admin.scss @@ -247,7 +247,8 @@ margin: 0; } -.path-admin { +.path-admin, +.format-site { .header-maxwidth, .secondary-navigation { max-width: none; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index b9ffcd2abda..b1edc2fc943 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -12598,7 +12598,9 @@ body.dragging .dragging { margin: 0; } .path-admin .header-maxwidth, -.path-admin .secondary-navigation { +.path-admin .secondary-navigation, +.format-site .header-maxwidth, +.format-site .secondary-navigation { max-width: none; } .plugincheckwrapper { diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 0b074281110..5c5e944602c 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -12598,7 +12598,9 @@ body.dragging .dragging { margin: 0; } .path-admin .header-maxwidth, -.path-admin .secondary-navigation { +.path-admin .secondary-navigation, +.format-site .header-maxwidth, +.format-site .secondary-navigation { max-width: none; } .plugincheckwrapper {