Make WordPress Core

Changeset 36877


Ignore:
Timestamp:
03/07/2016 10:04:29 PM (9 years ago)
Author:
afercia
Message:

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

Props rittesh.patel, afercia.

Fixes #35220.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r36858 r36877  
    15301530    }
    15311531
     1532    /* when the sidebar is collapsed and switching to responsive view,
     1533       bring it back see ticket #35220 */
     1534    .wp-full-overlay.collapsed #customize-controls {
     1535        margin-left: 0;
     1536    }
     1537
    15321538    .wp-full-overlay-sidebar .wp-full-overlay-sidebar-content {
    15331539        bottom: 0;
Note: See TracChangeset for help on using the changeset viewer.