From 0882a0ec5acd4e9948e5b63569c415c28958cc2c Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 9 May 2022 16:38:29 -0400 Subject: [PATCH] UX: update layout for new wrapper in core (#18) --- .discourse-compatibility | 3 ++- common/common.scss | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.discourse-compatibility b/.discourse-compatibility index 28d6d4a..c7431f0 100644 --- a/.discourse-compatibility +++ b/.discourse-compatibility @@ -1 +1,2 @@ -2.6.0.beta3: 49f2f8d75cfd449b3ae65092fb43d7e6716ca94f \ No newline at end of file +2.9.0.beta3: e4f77cd86f2d5f679d7685554c3f6a928c5bf911 +2.6.0.beta3: 49f2f8d75cfd449b3ae65092fb43d7e6716ca94f diff --git a/common/common.scss b/common/common.scss index f55406e..a20e623 100644 --- a/common/common.scss +++ b/common/common.scss @@ -41,8 +41,7 @@ } #main-outlet { - margin-top: 30px; - margin-bottom: 50px; + margin: 30px auto 50px; background: var(--secondary); border-radius: 8px; width: 75%; @@ -287,7 +286,7 @@ header.d-header { } } -.admin-controls { +.admin-controls { background: var(--tertiary-low); .controls { background: var(--tertiary-low);