Relatively new form using OOjs which was introduced at Special:Search has a one major bug in it: there’s a 1em top margin in .oo-ui-fieldlayout which moves MW message search-showingresults higher than it should be.
Either that margin should be added to .results-info class or it should be deleted (personally I’m in favour of the latter).
Compare:
- https://en.wikipedia.org/w/index.php?search=Russia&title=Special:Search&fulltext=1 (default, with margin)
- https://ru.wikipedia.org/w/index.php?search=Russia&title=Special:Search&fulltext=1&uselang=en (without margin)
Temporary fix made in Russian Wikipedia: https://ru.wikipedia.org/?diff=83849414&oldid=83801619
CSS code in question:
.oo-ui-fieldLayout { display: block; margin-top: 1.640625em; }