Make WordPress Core


Ignore:
Timestamp:
05/02/2026 10:44:56 PM (4 weeks ago)
Author:
SergeyBiryukov
Message:

Admin Reskin: Standardize theme install overlay button height on mobile.

Follow-up to [61646].

Props abcd95, wildworks, mosescursor, sainathpoojary, SergeyBiryukov.
See #64999.

File:
1 edited

Legend:

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

    r62090 r62294  
    19681968.theme-install-overlay .wp-full-overlay-header .button {
    19691969    float: right;
    1970     margin: 3px 10px 0 0; /* Vertically center 40px button in 45px header */
     1970    margin: 7px 10px 0 0; /* Vertically center 32px button in 45px header */
    19711971}
    19721972
     
    20542054    .theme-install-overlay .wp-full-overlay-header .button {
    20552055        font-size: 13px;
    2056         line-height: 2.15384615;
    2057         min-height: 30px;
    20582056    }
    20592057
Note: See TracChangeset for help on using the changeset viewer.