Make WordPress Core

Ticket #54395: 54395.patch

File 54395.patch, 1.4 KB (added by sabernhardt, 5 years ago)

iteration on 53833.more.patch, moving the height and top values from 782px to 900px breakpoint

  • src/wp-includes/css/media-views.css

     
    370370}
    371371
    372372.media-sidebar h2,
    373 .image-details h2:not(.media-attachments-filter-heading) {
     373.image-details .media-embed h2 {
    374374        position: relative;
    375375        font-weight: 600;
    376376        text-transform: uppercase;
     
    898898
    899899.media-frame select.attachment-filters:last-of-type {
    900900        margin-right: 0;
    901         width: auto;
    902         max-width: 100%;
    903901}
    904902
    905903/**
     
    26232621                right: 262px;
    26242622        }
    26252623
     2624        .attachments-browser .media-toolbar {
     2625                height: 82px;
     2626        }
     2627
     2628        .attachments-browser .attachments,
     2629        .attachments-browser .uploader-inline,
     2630        .media-frame-content .attachments-browser .attachments-wrapper {
     2631                top: 82px;
     2632        }
     2633
    26262634        .media-sidebar .setting,
    26272635        .attachment-details .setting {
    26282636                margin: 6px 0;
     
    28322840}
    28332841
    28342842@media screen and (max-width: 782px) {
    2835         .attachments-browser .media-toolbar {
    2836                 height: 82px;
    2837         }
    2838 
    2839         .attachments-browser .attachments,
    2840         .attachments-browser .uploader-inline {
    2841                 top: 82px;
    2842         }
    2843 
    28442843        .media-frame-toolbar .media-toolbar {
    28452844                bottom: -54px;
    28462845        }
     
    28912890                right: 0;
    28922891        }
    28932892
    2894         .attachments-browser .attachments-wrapper {
    2895                 padding-top: 12px;
    2896         }
    2897 
    28982893        .image-details .media-frame-title {
    28992894                display: block;
    29002895                top: 0;