Customizer: Improve the collapsed view when switching to the responsive view.

Props rittesh.patel, afercia.

Fixes #35220.

git-svn-id: https://develop.svn.wordpress.org/trunk@36877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2016-03-07 22:04:29 +00:00
parent bae3fb43a5
commit d92e10fbb1
1 changed files with 6 additions and 0 deletions

View File

@ -1529,6 +1529,12 @@ body.adding-widget .add-new-widget:before,
margin-left: 0;
}
/* when the sidebar is collapsed and switching to responsive view,
bring it back see ticket #35220 */
.wp-full-overlay.collapsed #customize-controls {
margin-left: 0;
}
.wp-full-overlay-sidebar .wp-full-overlay-sidebar-content {
bottom: 0;
}