Make WordPress Core

Ticket #30154: 30154.2.diff

File 30154.2.diff, 771 bytes (added by joedolson, 3 years ago)

Refreshed & updated patch.

  • src/wp-admin/css/media.css

     
    12681268        .copy-to-clipboard-container .success {
    12691269                font-size: 14px;
    12701270        }
     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        }
    12711290}
    12721291
    12731292@media only screen and (max-width: 600px) {