Make WordPress Core

Ticket #42359: 42359.diff

File 42359.diff, 891 bytes (added by Mahvash Fatima, 7 years ago)
  • src/wp-admin/css/customize-controls.css

    diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
    index 28acba4..fcb7268 100644
    body.adding-widget .add-new-widget:before, 
    29542954        body.adding-widget div#available-widgets,
    29552955        body.adding-menu-items div#available-menu-items,
    29562956        body.outer-section-open div#customize-sidebar-outer-content {
    2957                 top: 46px;
    2958                 left: 0;
    2959                 z-index: 10;
    29602957                width: 100%;
    29612958        }
    29622959
    body.adding-widget .add-new-widget:before, 
    30403037                padding: 8px 15px;
    30413038                box-shadow: none;
    30423039        }
     3040
     3041        .wp-full-overlay.expanded {
     3042                margin-left: 0;
     3043        }
     3044
     3045        body.adding-widget div#available-widgets,
     3046        body.adding-menu-items div#available-menu-items,
     3047        body.outer-section-open div#customize-sidebar-outer-content {
     3048                top: 46px;
     3049                left: 0;
     3050                z-index: 10;
     3051                width: 100%;
     3052        }
    30433053}