Make WordPress Core


Ignore:
Timestamp:
06/17/2026 10:56:19 AM (2 months ago)
Author:
wildworks
Message:

Admin Reskin: Fix interactive control heights on mobile.

Give interactive elements a consistent 40px height in the admin mobile viewport on the Add Plugins, Media Library grid, Settings > General, and Add Themes screens.

Follow-up to [61645].

Props abcd95, wildworks.
Fixes #64999.

File:
1 edited

Legend:

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

    r62446 r62516  
    15381538}
    15391539
    1540 /* Use compact size for space-constrained plugin cards */
    1541 .plugin-action-buttons li .button {
    1542         min-height: 32px;
    1543         line-height: 2.30769231; /* 30px for 32px min-height */
    1544         padding: 0 12px;
    1545 }
    1546 
    15471540.plugin-card h3 {
    15481541        margin: 0 12px 16px 0;
Note: See TracChangeset for help on using the changeset viewer.