Make WordPress Core

Changeset 57764


Ignore:
Timestamp:
03/04/2024 05:40:06 PM (3 years ago)
Author:
antpb
Message:

Media: Use consistent spacing for the media toolbar in both grid and list view.

Previously, the spacing between media toolbar elements in grid and list view did not match. We now use the same select margin across both views.

Props desrosj, seusmaniqbal, ianbelanger, subrataemfluence, sabernhardt, pooja1210, sumitbagthariya16, shailu25, devmuhib, huzaifaalmesbah, audrasjb.
Fixes #43904.

File:
1 edited

Legend:

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

    r57553 r57764  
    453453#plupload-upload-ui {
    454454        position: relative;
     455}
     456
     457.post-type-attachment .wp-filter select {
     458        margin: 0 6px 0 0;
    455459}
    456460
Note: See TracChangeset for help on using the changeset viewer.