Page MenuHomePhabricator

Special:Search QA - 1st Sweep fixes
Closed, InvalidPublic

Description

  • 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

image.png (1×954 px, 532 KB)

  • Message3: "There is a page named ..." - full match

on the mockup the message is not bolded

Screen Shot 2022-08-11 at 5.03.35 PM.png (588×1 px, 195 KB)

  • 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.

New search page.png (800×1 px, 117 KB)

  • 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; 
}