Make WordPress Core

Ticket #58692: 58692.4.diff

File 58692.4.diff, 1.1 KB (added by mikinc860, 22 months ago)

Responsive issue resolved

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

    diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css
    index 45a7a4e7e5..74525a31f6 100644
    a b border color while dragging a file over the uploader drop area */ 
    900900
    901901.imgedit-panel-content {
    902902        display: grid;
    903         grid-template-columns: 640px 1fr;
     903        grid-template-columns: 1fr;
    904904        gap: 20px;
    905905}
    906906
    907 @media screen and (max-width: 1120px) {
    908         .imgedit-panel-content {
    909                 grid-template-columns: 1fr;
     907@media screen and (min-width: 1200px) {
     908        .imgedit-panel-content.imgedit-panel-tools {
     909                grid-template-columns: 50% 50%;
    910910        }
    911911}
    912912
    span.imgedit-scale-warn { 
    12081208
    12091209.image-editor .imgedit-scale-controls input[type="text"],
    12101210.image-editor .imgedit-crop-ratio input[type="text"],
    1211 .image-editor .imgedit-crop-sel input[type="text"] {
     1211.image-editor .imgedit-crop-sel input[type="text"],
     1212.image-editor .imgedit-scale-controls input[type="number"],
     1213.image-editor .imgedit-crop-ratio input[type="number"],
     1214.image-editor .imgedit-crop-sel input[type="number"] {
    12121215        width: 80px;
    12131216        font-size: 14px;
    12141217        padding: 0 8px;