From 516ea4a97001fc540a8907e014c1a927dd364667 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Tue, 30 Aug 2022 13:41:51 +0100 Subject: [PATCH] Tweak topic container margins on desktop Bug: T314449 Change-Id: I021dbd33f211fcdc5ef2fea1d99212df772053b4 --- modules/dt.init.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/dt.init.less b/modules/dt.init.less index e31cbd1dd..1d6c3bba8 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -341,8 +341,8 @@ h1, h2, h3, h4, h5, h6 { // Main feature (topic containers) .ext-discussiontools-visualenhancements-enabled { .ext-discussiontools-init-section { - margin: 1em 0 0 0; - padding: 0.5em 0; + margin: 36px 0 12px 0; + padding: 10px 0 0 0; font-weight: bold; // stylelint-disable-next-line declaration-no-important font-family: sans-serif !important; @@ -362,7 +362,6 @@ h1, h2, h3, h4, h5, h6 { &-bar { // stylelint-disable-next-line declaration-property-unit-disallowed-list font-size: 14px; - margin-top: 5px; display: flex; // Use interface language direction (auto-flipped for RTL) direction: ltr; @@ -439,7 +438,6 @@ h1, h2, h3, h4, h5, h6 { } &-bar { - margin-top: 0; width: 100%; flex-wrap: wrap; }