diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
index 28acba4..f1962ac 100644
|
|
|
body.adding-widget .add-new-widget:before, |
| 2864 | 2864 | |
| 2865 | 2865 | @media screen and ( max-width: 640px ) { |
| 2866 | 2866 | |
| 2867 | | .wp-full-overlay.expanded, |
| 2868 | | .outer-section-open .wp-full-overlay.expanded { |
| 2869 | | margin-left: 0; |
| 2870 | | } |
| 2871 | | |
| 2872 | 2867 | /* when the sidebar is collapsed and switching to responsive view, |
| 2873 | 2868 | bring it back see ticket #35220 */ |
| 2874 | 2869 | .wp-full-overlay.collapsed #customize-controls { |
| … |
… |
body.adding-widget .add-new-widget:before, |
| 2931 | 2926 | display: block; |
| 2932 | 2927 | } |
| 2933 | 2928 | |
| 2934 | | .wp-full-overlay.expanded { |
| 2935 | | margin-left: 300px; |
| 2936 | | } |
| 2937 | | |
| 2938 | 2929 | .wp-core-ui.wp-customizer .button { |
| 2939 | 2930 | padding: 6px 14px; |
| 2940 | 2931 | line-height: normal; |
| … |
… |
body.adding-widget .add-new-widget:before, |
| 2954 | 2945 | body.adding-widget div#available-widgets, |
| 2955 | 2946 | body.adding-menu-items div#available-menu-items, |
| 2956 | 2947 | body.outer-section-open div#customize-sidebar-outer-content { |
| 2957 | | top: 46px; |
| 2958 | | left: 0; |
| 2959 | | z-index: 10; |
| 2960 | 2948 | width: 100%; |
| 2961 | 2949 | } |
| 2962 | 2950 | |
| 2963 | | body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content { |
| 2964 | | left: -100%; |
| 2965 | | } |
| 2966 | | |
| 2967 | | body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content { |
| 2968 | | left: 0; |
| 2969 | | } |
| 2970 | | |
| 2971 | 2951 | #available-widgets .customize-section-title, |
| 2972 | 2952 | #available-menu-items .customize-section-title { |
| 2973 | 2953 | display: block; |
| … |
… |
body.adding-widget .add-new-widget:before, |
| 3040 | 3020 | padding: 8px 15px; |
| 3041 | 3021 | box-shadow: none; |
| 3042 | 3022 | } |
| | 3023 | |
| | 3024 | .wp-full-overlay.expanded { |
| | 3025 | margin-left: 0; |
| | 3026 | } |
| | 3027 | |
| | 3028 | body.adding-widget div#available-widgets, |
| | 3029 | body.adding-menu-items div#available-menu-items, |
| | 3030 | body.outer-section-open div#customize-sidebar-outer-content { |
| | 3031 | top: 46px; |
| | 3032 | z-index: 10; |
| | 3033 | } |
| | 3034 | |
| | 3035 | body.wp-customizer .wp-full-overlay.expanded #customize-sidebar-outer-content { |
| | 3036 | left: -100%; |
| | 3037 | } |
| | 3038 | |
| | 3039 | body.wp-customizer.outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content { |
| | 3040 | left: 0; |
| | 3041 | } |
| 3043 | 3042 | } |