Media: Fix layout of media library modal on narrow screens.

Reduces the right margin of the media library modal on small and medium width screens to remove excess white-space. On very narrow screens this was preventing the media icons from displaying.

Props andraganescu, desrosj, joedolson, moch11, mukesh27, sabernhardt, SergeyBiryukov, zieladam.
Fixes #53679.


git-svn-id: https://develop.svn.wordpress.org/trunk@51631 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2021-08-18 05:37:01 +00:00
parent 6ec2594d74
commit acfe40f335

View File

@ -2617,7 +2617,9 @@
.attachments-browser .attachments,
.attachments-browser .uploader-inline,
.attachments-browser .media-toolbar {
.attachments-browser .media-toolbar,
.attachments-browser .attachments-wrapper,
.attachments-browser.has-load-more .attachments-wrapper {
right: 262px;
}
@ -2884,10 +2886,15 @@
.attachments-browser .attachments,
.attachments-browser .uploader-inline,
.attachments-browser .media-toolbar {
.attachments-browser .media-toolbar,
.media-frame-content .attachments-browser .attachments-wrapper {
right: 0;
}
.attachments-browser .attachments-wrapper {
padding-top: 12px;
}
.image-details .media-frame-title {
display: block;
top: 0;