Make WordPress Core

Changeset 45684


Ignore:
Timestamp:
07/26/2019 10:03:31 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Toolbar: Make the min-width value for #wpadminbar at 782px breakpoint consistent with that of <body>.

This ensures that the "My Account" toolbar item stays visible at high zoom levels.

Props isabel_brison, chetan200891.
Fixes #47603.

File:
1 edited

Legend:

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

    r45469 r45684  
    9090    left: 0;
    9191    width: 100%;
    92     min-width: 600px; /* match the min-width of the body in wp-admin.css */
     92    min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
    9393    z-index: 99999;
    9494    background: #23282d;
     
    810810    html #wpadminbar {
    811811        height: 46px;
    812         min-width: 300px;
     812        min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */
    813813    }
    814814
Note: See TracChangeset for help on using the changeset viewer.