From a15cc9347926d81eb65f09ff9e55fee57da11bb3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 8 Oct 2019 18:47:18 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/themes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 9f46b63872..62ca6c1f27 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -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; }