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:
parent
bae3fb43a5
commit
d92e10fbb1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user