From f8c6bd1811f25bd70a613d368fe362899e01b610 Mon Sep 17 00:00:00 2001 From: Isarra Date: Fri, 18 Dec 2020 18:51:06 +0000 Subject: [PATCH] Make table mobile width selectors less agressive Let's just trust the users to not totally break mobile. They absolutely will, but it's all on them now, because we're trusting them, dammit. But seriously, it's also a lot easier for them to fix this stuff if they can see it to begin with... Change-Id: I97c05aa35c1a6052870ff15b3900133c3ea16de5 --- resources/screen-mobile.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/screen-mobile.less b/resources/screen-mobile.less index 7d36eda..2dbc30d 100644 --- a/resources/screen-mobile.less +++ b/resources/screen-mobile.less @@ -221,26 +221,26 @@ div.thumb { .mw-body { border: 0; -} - -#mw-content { - padding: @content-padding; - border-width: 0; table { - width: 100% !important; + width: 100%; margin-left: 0; margin-right: 0; table { // HOLD ON WHAT ABORT ABORT - width: unset !important; + width: unset; margin-left: unset; margin-right: unset; } } } +#mw-content { + padding: @content-padding; + border-width: 0; +} + #mw-content-block { background: @background; }