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.

git-svn-id: https://develop.svn.wordpress.org/trunk@45684 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-07-26 22:03:31 +00:00
parent 5618dfc6d3
commit 160fc055da

View File

@ -89,7 +89,7 @@ html:lang(he-il) .rtl #wpadminbar * {
top: 0;
left: 0;
width: 100%;
min-width: 600px; /* match the min-width of the body in wp-admin.css */
min-width: 600px; /* match the min-width of the body in wp-admin/css/common.css */
z-index: 99999;
background: #23282d;
}
@ -809,7 +809,7 @@ html:lang(he-il) .rtl #wpadminbar * {
/* Toolbar Touchification*/
html #wpadminbar {
height: 46px;
min-width: 300px;
min-width: 240px; /* match the min-width of the body in wp-admin/css/common.css */
}
#wpadminbar * {