Make WordPress Core

Changeset 51631


Ignore:
Timestamp:
08/18/2021 05:37:01 AM (5 years ago)
Author:
peterwilsoncc
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r50829 r51631  
    26182618        .attachments-browser .attachments,
    26192619        .attachments-browser .uploader-inline,
    2620         .attachments-browser .media-toolbar {
     2620        .attachments-browser .media-toolbar,
     2621        .attachments-browser .attachments-wrapper,
     2622        .attachments-browser.has-load-more .attachments-wrapper {
    26212623                right: 262px;
    26222624        }
     
    28852887        .attachments-browser .attachments,
    28862888        .attachments-browser .uploader-inline,
    2887         .attachments-browser .media-toolbar {
     2889        .attachments-browser .media-toolbar,
     2890        .media-frame-content .attachments-browser .attachments-wrapper {
    28882891                right: 0;
     2892        }
     2893
     2894        .attachments-browser .attachments-wrapper {
     2895                padding-top: 12px;
    28892896        }
    28902897
Note: See TracChangeset for help on using the changeset viewer.