Adjust .mw-indicators alignment

* Move images up to match helplink positioning, assuming standard
  size of 20px
* Remove mobile header clear and let the float itself sort it out
  if it even is long enough to matter (most are just icons)

Bug: T269550
Change-Id: Iaddab576b208f927c51c8f64b3e601fd89c0d710
isekai
Isarra 4 years ago
parent e4cc6b19f8
commit a75d3c698e

@ -373,11 +373,17 @@ a.mw-selflink {
.mw-indicators { .mw-indicators {
float: right; 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 { .mw-indicator {
display: inline-block; display: inline-block;
margin: 0.65em 0 0 0.25em;
} }
div.magnify a { div.magnify a {

@ -153,13 +153,6 @@
} }
} }
/* Page header */
h1.firstHeading {
/* Prevent indicators from interfering with title and causing overflow */
clear: right;
}
/* Page actions */ /* Page actions */
#p-namespaces li { #p-namespaces li {

Loading…
Cancel
Save