- Padding should tweaked to the following:
.mw-search-form-wrapper {
margin-bottom: 1.4em;
}
.mw-search-results {
margin: 2.4em 0 0 0;
}
.searchdidyoumean {
margin-bottom: 0.8em;
}- Divider on Mobile between interwiki
- Message3: "There is a page named ..." - full match
on the mockup the message is not bolded
- Ellipses are added at the end of snippets to indicate the omission of words from quoted material and to give user an indication that there is more to explore.
- Vector tweaks to search result
@media only screen and (min-width: 720px)
.mw-searchresults-has-iw .mw-search-createlink,
.mw-searchresults-has-iw .mw-search-nonefound,
.mw-searchresults-has-iw .mw-search-results,
.mw-searchresults-has-iw .mw-search-interwiki-header {
++max-width: 50em
}
@media only screen and (min-width: 720px)
.mw-searchresults-has-iw #mw-interwiki-results {
++float: right;
}

