From a8710c87cc8eaf600e239e73929bc89fcd841b5f Mon Sep 17 00:00:00 2001 From: Isarra Date: Tue, 27 Aug 2019 22:01:28 +0000 Subject: [PATCH] Apply content padding to data-after-content on small resolutions Doesn't matter on the large layouts because there's padding around content, but on these it's only the content padding applying everywhere... Also maybe kinda sorta included half this patch in the previous. Oops. Change-Id: I7319ad49098fa6593cda498196ce2d89ca843537 --- resources/screen-desktop-small.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/screen-desktop-small.less b/resources/screen-desktop-small.less index 96c8c75..314b001 100644 --- a/resources/screen-desktop-small.less +++ b/resources/screen-desktop-small.less @@ -2,8 +2,6 @@ // Single-column layout with dropdown menus -// Redundant sidebar category list and stuff - #mw-content-block { padding: 0; } @@ -20,6 +18,10 @@ .categories-bottom(); +#mw-data-after-content { + padding: 0 @content-padding; +} + // Header navigation .sidebar-chunk {