Make WordPress Core

Changeset 62962


Ignore:
Timestamp:
08/01/2026 09:10:32 AM (5 weeks ago)
Author:
afercia
Message:

Media: Restore selection previews in the Media dialog bottom toolbar.

Developed in https://github.com/WordPress/wordpress-develop/pull/12784

Props sukhendu2002, mukesh27, iqbal1hossain, afercia.
Fixes #65767.

File:
1 edited

Legend:

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

    r62955 r62962  
    333333        float: left;
    334334        height: 100%;
    335         position: relative;
    336335        display: grid;
    337336        grid-template-columns: repeat( 2, 1fr );
     
    13101309.attachments-browser .media-toolbar-secondary {
    13111310        max-width: 66%;
     1311        position: relative;
    13121312}
    13131313
Note: See TracChangeset for help on using the changeset viewer.