From 5aa43396936eb88a32e6be73bc6d797ad2fa9186 Mon Sep 17 00:00:00 2001 From: westonruter Date: Thu, 5 Jan 2017 04:33:01 +0000 Subject: [PATCH] Customize: Remove extra left padding in core for site title and widgets in preview. These styles should only be applied by theme stylesheets as needed. Props sirbrillig. Reverts parts of [39202] and [39233]. See #38651. Fixes #39349. git-svn-id: https://develop.svn.wordpress.org/trunk@39685 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/customize-preview.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/wp-includes/css/customize-preview.css b/src/wp-includes/css/customize-preview.css index 1a5067ff8b..a4e24ea8d7 100644 --- a/src/wp-includes/css/customize-preview.css +++ b/src/wp-includes/css/customize-preview.css @@ -252,14 +252,6 @@ body.customize-partial-edit-shortcuts-hidden .customize-partial-edit-shortcut bu } @media screen and (max-width:320px) { - body.customize-partial-edit-shortcuts-shown .site-title { - padding-left: 10px; - } - - body.customize-partial-edit-shortcuts-shown .widget-area .widget { - padding-left: 10px; - } - .widget .customize-partial-edit-shortcut button, .customize-partial-edit-shortcut button { left: -30px;