Ticket #30154: 30154.2.diff
File 30154.2.diff, 771 bytes (added by , 3 years ago) |
---|
-
src/wp-admin/css/media.css
1268 1268 .copy-to-clipboard-container .success { 1269 1269 font-size: 14px; 1270 1270 } 1271 1272 /* Restructure image editor on narrow viewports. */ 1273 .imgedit-crop-wrap img{ 1274 width: 100%; 1275 } 1276 1277 .media-modal .imgedit-wrap .imgedit-panel-content, 1278 .media-modal .imgedit-wrap .imgedit-settings { 1279 position: initial !important; 1280 } 1281 1282 .media-modal .imgedit-wrap .imgedit-settings { 1283 box-sizing: border-box; 1284 width: 100% !important; 1285 } 1286 1287 .imgedit-settings .imgedit-scale-button-wrapper { 1288 display: inline-block; 1289 } 1271 1290 } 1272 1291 1273 1292 @media only screen and (max-width: 600px) {