From 75668db3eab0198c95dc4b8cdf59c985eb622e84 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 28 Feb 2019 19:01:28 +1000 Subject: [PATCH] Hotfix for broken sidebar handling, a full fix is in the works. --- themes/nox/public/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 788bc6c1..d9a5b7bc 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -1283,7 +1283,7 @@ input[type=checkbox]:checked + label .sel { .menu_profile { display: none; } - #main { + .shrink_main #main { max-width: calc(100% - 180px); } }