Make WordPress Core

Ticket #48780: 48780.3.patch

File 48780.3.patch, 1.2 KB (added by sathyapulse, 6 years ago)

48780.3.patch

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

     
    859859        width: 250px;
    860860}
    861861
     862.wp_attachment_holder .imgedit-wrap .imgedit-panel-content,
     863.wp_attachment_holder .imgedit-wrap .imgedit-menu {
     864        min-width: 400px;
     865        max-width: calc( 100% - 266px );
     866}
     867
    862868.imgedit-settings input {
    863869        margin-top: 0;
    864870        vertical-align: middle;
     
    12031209                font-size: 16px;
    12041210                padding: 6px 10px;
    12051211        }
     1212}
    12061213
     1214@media screen and (min-width: 783px) and (max-width: 1400px) {
    12071215        .wp_attachment_holder .imgedit-wrap .imgedit-panel-content,
    1208         .wp_attachment_holder .imgedit-wrap .imgedit-settings {
     1216        .wp_attachment_holder .imgedit-wrap .imgedit-menu {
     1217                min-width: 300px;
     1218                max-width: calc( 100% - 266px );
     1219        }
     1220}
     1221
     1222@media screen and (min-width: 320px) and (max-width: 782px) {
     1223        .wp_attachment_holder .imgedit-wrap .imgedit-panel-content,
     1224        .wp_attachment_holder .imgedit-wrap .imgedit-settings,
     1225        .wp_attachment_holder .imgedit-wrap .imgedit-menu {
    12091226                float: none;
    12101227                width: auto;
     1228                min-width: initial;
     1229                max-width: initial;
    12111230        }
    12121231}
    12131232