diff --git a/resources/screen-common.less b/resources/screen-common.less index 4763588..6dd0e3e 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -752,11 +752,6 @@ body :not( :checked ) > .toctogglespan:after { border: 1px solid @base70; padding: 0.4em 0.5em; } - - > tr > th, - > * > tr > th { - border-bottom-width: 2px; - } } .mw-datatable th { diff --git a/resources/screen-mobile.less b/resources/screen-mobile.less index 8fb1946..4b859cb 100644 --- a/resources/screen-mobile.less +++ b/resources/screen-mobile.less @@ -233,6 +233,19 @@ div.thumb { #mw-content { padding: @content-padding; border-width: 0; + + table { + width: 100% !important; + margin-left: 0; + margin-right: 0; + + table { + // HOLD ON WHAT ABORT ABORT + width: unset !important; + margin-left: unset; + margin-right: unset; + } + } } #mw-content-block {