diff --git a/resources/screen-common.less b/resources/screen-common.less index 8b2f2bc..840dc27 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -373,11 +373,17 @@ a.mw-selflink { .mw-indicators { float: right; - margin: 0.75em 0 0 1em; + margin-left: 1em; + + img { + /* Line up to baseline; expected indicator icon size is 20px */ + margin-top: -0.5em; + } } .mw-indicator { display: inline-block; + margin: 0.65em 0 0 0.25em; } div.magnify a { diff --git a/resources/screen-mobile.less b/resources/screen-mobile.less index 4b859cb..7d36eda 100644 --- a/resources/screen-mobile.less +++ b/resources/screen-mobile.less @@ -153,13 +153,6 @@ } } -/* Page header */ - -h1.firstHeading { - /* Prevent indicators from interfering with title and causing overflow */ - clear: right; -} - /* Page actions */ #p-namespaces li {