Make WordPress Core

Ticket #54395: 54395.2.diff

File 54395.2.diff, 1.4 KB (added by joedolson, 3 years ago)

Refreshed patch

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

     
    371371}
    372372
    373373.media-sidebar h2,
    374 .image-details h2:not(.media-attachments-filter-heading) {
     374.image-details .media-embed h2 {
    375375        position: relative;
    376376        font-weight: 600;
    377377        text-transform: uppercase;
     
    906906
    907907.media-frame select.attachment-filters:last-of-type {
    908908        margin-right: 0;
    909         width: auto;
    910         max-width: 100%;
    911909}
    912910
    913911/**
     
    26092607                right: 262px;
    26102608        }
    26112609
     2610        .attachments-browser .media-toolbar {
     2611                height: 82px;
     2612        }
     2613
     2614        .attachments-browser .attachments,
     2615        .attachments-browser .uploader-inline,
     2616        .media-frame-content .attachments-browser .attachments-wrapper {
     2617                top: 82px;
     2618        }
     2619
    26122620        .media-sidebar .setting,
    26132621        .attachment-details .setting {
    26142622                margin: 6px 0;
     
    28192827}
    28202828
    28212829@media screen and (max-width: 782px) {
    2822         .attachments-browser .media-toolbar {
    2823                 height: 82px;
    2824         }
    2825 
    2826         .attachments-browser .attachments,
    2827         .attachments-browser .uploader-inline {
    2828                 top: 82px;
    2829         }
    2830 
    28312830        .media-frame-toolbar .media-toolbar {
    28322831                bottom: -54px;
    28332832        }
     
    28782877                right: 0;
    28792878        }
    28802879
    2881         .attachments-browser .attachments-wrapper {
    2882                 padding-top: 12px;
    2883         }
    2884 
    28852880        .image-details .media-frame-title {
    28862881                display: block;
    28872882                top: 0;