From 160fc055da156248277513dd5256fbcc66faa5a7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 26 Jul 2019 22:03:31 +0000 Subject: [PATCH] Accessibility: Toolbar: Make the `min-width` value for `#wpadminbar` at `782px` breakpoint consistent with that of ``. 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 --- src/wp-includes/css/admin-bar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/admin-bar.css b/src/wp-includes/css/admin-bar.css index ca7c5d9dc5..85b2cc35cd 100644 --- a/src/wp-includes/css/admin-bar.css +++ b/src/wp-includes/css/admin-bar.css @@ -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 * {