From 6e15892673aaadc1631ea3fed291704e81526f57 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Thu, 14 Apr 2016 12:19:47 +0000 Subject: [PATCH] Themes: Fix single theme modal on collapsed menu. Prevents the modal from being displayed off screen, when there is only one theme available and the menu is collapsed. Props hardeepasrani for initial patch. Fixes #36504. git-svn-id: https://develop.svn.wordpress.org/trunk@37205 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 988db9925a..6f8c51d911 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -524,7 +524,7 @@ -webkit-overflow-scrolling: touch; } -body.folded .theme-overlay .theme-wrap { +body.folded .theme-browser ~ .theme-overlay .theme-wrap { left: 70px; }