diff --git a/resources/skins.minerva.base.styles/ui.less b/resources/skins.minerva.base.styles/ui.less index 3a37d2a..2fbfd81 100644 --- a/resources/skins.minerva.base.styles/ui.less +++ b/resources/skins.minerva.base.styles/ui.less @@ -444,6 +444,8 @@ input.search { .backtotop, .image-list, .pre-content, +// Form only pages e.g Special:MobileOptions +#mw-content-text > form .oo-ui-fieldLayout-body, .content, .post-content { margin: 0 @contentMargin; diff --git a/resources/skins.minerva.tablet.styles/common.less b/resources/skins.minerva.tablet.styles/common.less index ba87302..9fe89d3 100644 --- a/resources/skins.minerva.tablet.styles/common.less +++ b/resources/skins.minerva.tablet.styles/common.less @@ -56,6 +56,8 @@ A file for css that optimises the Minerva skin on larger devices. // FIXME: Have a class that identifies all of these selectors .pre-content, + // Form only pages e.g. Special:MobileOptions + #mw-content-text > form, .content, .post-content { max-width: @contentMaxWidthTablet; @@ -134,6 +136,10 @@ A file for css that optimises the Minerva skin on larger devices. .content-unstyled, .pre-content, .post-content, + // Form only pages e.g. Special:MobileOptions + #mw-content-text > form, + // Form only pages e.g Special:MobileOptions + #mw-content-text > form .oo-ui-fieldLayout-body, // FIXME: remove need for id selector #mw-mf-page-center .pointer-overlay { margin-left: auto;