From e4c5051d788deac2bbc9810eebf99cbfad40a61d Mon Sep 17 00:00:00 2001 From: Elmar Ludwig Date: Tue, 20 Feb 2024 16:24:10 +0100 Subject: use $max-content-width as the actual content width for .consuming_mode, re #3759 --- resources/assets/stylesheets/scss/responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 01c7403..ca1a510 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -629,7 +629,7 @@ $sidebarOut: -330px; display: block; margin-left: auto; margin-right: auto; - max-width: $max-content-width; + max-width: calc($max-content-width + 2 * $page-margin); min-height: 100vh; padding-top: 10px; } -- cgit v1.0