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
isekai
Isarra 4 years ago
parent 6e41dfc6ff
commit f8c6bd1811

@ -221,26 +221,26 @@ div.thumb {
.mw-body { .mw-body {
border: 0; border: 0;
}
#mw-content {
padding: @content-padding;
border-width: 0;
table { table {
width: 100% !important; width: 100%;
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
table { table {
// HOLD ON WHAT ABORT ABORT // HOLD ON WHAT ABORT ABORT
width: unset !important; width: unset;
margin-left: unset; margin-left: unset;
margin-right: unset; margin-right: unset;
} }
} }
} }
#mw-content {
padding: @content-padding;
border-width: 0;
}
#mw-content-block { #mw-content-block {
background: @background; background: @background;
} }

Loading…
Cancel
Save