Ticket #38651: 38651.diff
File 38651.diff, 838 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/css/customize-preview.css
98 98 } 99 99 100 100 .customize-partial-edit-shortcut-left-margin.customize-partial-edit-shortcut button { 101 left: 0; 101 left: 2px; 102 top: 2px; 102 103 } 103 104 104 105 @keyframes customize-partial-edit-shortcut-bounce-appear { … … 155 156 } 156 157 } 157 158 158 @media screen and (max-width:800px) { 159 @media screen and (max-width:320px) { 160 .widget .customize-partial-edit-shortcut button, 159 161 .customize-partial-edit-shortcut button { 160 left: - 18px; /* Assume there will be less of a margin available on smaller screens */162 left: -27px; /* Assume there will be less of a margin available on smaller screens */ 161 163 } 162 164 }