Make WordPress Core

Changeset 51642


Ignore:
Timestamp:
08/19/2021 02:59:08 PM (3 years ago)
Author:
desrosj
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, peterwilsoncc.
Merges [51631] to the 5.8 branch.
Fixes #53679.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-includes/css/media-views.css

    r50829 r51642  
    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.