Themes: Adjust CSS media query for theme overlay to match the breakpoint for a folded admin menu.

Props chetan200891.
Fixes #48250.

git-svn-id: https://develop.svn.wordpress.org/trunk@46443 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-10-08 18:47:18 +00:00
parent 5f2352599f
commit a15cc93479

View File

@ -824,7 +824,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
}
/* Admin menu is folded */
@media only screen and (max-width: 900px) {
@media only screen and (max-width: 960px) {
.theme-overlay .theme-wrap {
left: 65px;
}