{F35462447}This ticket is a follow up to T307463
Outstanding AC
- 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.
Tweaks we agreed on after discussion.
- Changes to Vector2022 the ensure search result max-width is no greater than 50em (width of AdvancedSearch) We will also ensure that the interwiki results remain floated to right.
QAs scenario that should be tested to cover all the scenarios mentioned above:
- Vector - No change it should be 38em wide
- Vector + interwiki - No change it should be 60% wide
- Vector 2022 - Changed it should be 50em wide
- Vector 2022 + interwiki - changed it should be 50 em wide
- Different messages (create link, not found and interwiki header ) - changed it should be 50 em wide
@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; }
- //Here is an example how we want the search column widths to look. This is a screenshot of the current special:search with menu open. If we can make the page look the same without menu open it will get us closer to where we want to go.
.mw-content-container{ TBD }
- There should be no changes to old Vector