Make WordPress Core


Ignore:
Timestamp:
06/30/2026 08:14:22 PM (2 months ago)
Author:
joedolson
Message:

Admin Reskin: Fix mobile list table control heights.

On the mobile admin viewport, interactive elements on list table pages had inconsistent heights. Give them a consistent height.

Follow-up to [61645].

Reviewed by joedolson.
Merges [62400] to the 7.0 branch.

Props andrewssanya, sainathpoojary, wildworks.
See #64999.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-admin/css/common.css

    r62561 r62602  
    18751875        border-top: none;
    18761876        height: auto;
    1877         min-height: 32px; /* Compact size for header buttons */
    18781877        margin-bottom: 0;
    18791878        padding: 0 6px 0 16px;
     
    18811880        border-radius: 0 0 4px 4px;
    18821881        color: #646970;
    1883         line-height: 2.30769231; /* 30px - matches compact button */
    18841882        box-shadow: 0 0 0 transparent;
    18851883        transition: box-shadow 0.1s linear;
     
    42794277        }
    42804278
     4279        #screen-meta-links .show-settings:after {
     4280                line-height: 1.9;
     4281        }
     4282
    42814283        .wp-filter .search-form input[type="search"] {
    42824284                font-size: 1rem;
Note: See TracChangeset for help on using the changeset viewer.