Currently the images are inset from the outer boundary of the "page". I think if we were able to remove the outer left and right margin we could gain some space and clean up the lines / clutter of the page.
Description
Details
Event Timeline
Change 622448 had a related patch set uploaded (by Anne Tomasevich; owner: Anne Tomasevich):
[mediawiki/extensions/WikibaseMediaInfo@master] Update QuickView layout
Change 622448 merged by jenkins-bot:
[mediawiki/extensions/WikibaseMediaInfo@master] Update QuickView layout
I spot checked this on Beta and it looks like the left margin is gone but the right one is not. Could use another set of eyes on it 👀
@Ramsey-WMF is correct! Right margin isn't adjusted, not a huge deal / major priority but would be nice to get to at some point.
Change 629478 had a related patch set uploaded (by Anne Tomasevich; owner: Anne Tomasevich):
[mediawiki/extensions/WikibaseMediaInfo@master] Fix images/videos grid margin
Change 629478 merged by jenkins-bot:
[mediawiki/extensions/WikibaseMediaInfo@master] Fix images/videos grid margin
The patch is in place -
.wbmi-media-search-results__list--video, .wbmi-media-search-results__list--bitmap { display: flex; flex-wrap: wrap; margin: -8px; max-width: calc(100% + 16px); }
betalabs | production wmf.10 |
---|---|
Also checked for possible regression
- on mobile
- did a standard cross-browser testing
- old/new Vector skin