Make WordPress Core

Changeset 45842


Ignore:
Timestamp:
08/19/2019 04:36:02 AM (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.
Merges [45684] to the 5.2 branch.
Fixes #47603.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-includes/css/admin-bar.css

    r45117 r45842  
    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.