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, |
2954 | 2954 | body.adding-widget div#available-widgets, |
2955 | 2955 | body.adding-menu-items div#available-menu-items, |
2956 | 2956 | body.outer-section-open div#customize-sidebar-outer-content { |
2957 | | top: 46px; |
2958 | | left: 0; |
2959 | | z-index: 10; |
2960 | 2957 | width: 100%; |
2961 | 2958 | } |
2962 | 2959 | |
… |
… |
body.adding-widget .add-new-widget:before, |
3040 | 3037 | padding: 8px 15px; |
3041 | 3038 | box-shadow: none; |
3042 | 3039 | } |
| 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 | } |
3043 | 3053 | } |