Ticket #54395: 54395.2.diff
| File 54395.2.diff, 1.4 KB (added by , 3 years ago) |
|---|
-
src/wp-includes/css/media-views.css
371 371 } 372 372 373 373 .media-sidebar h2, 374 .image-details h2:not(.media-attachments-filter-heading){374 .image-details .media-embed h2 { 375 375 position: relative; 376 376 font-weight: 600; 377 377 text-transform: uppercase; … … 906 906 907 907 .media-frame select.attachment-filters:last-of-type { 908 908 margin-right: 0; 909 width: auto;910 max-width: 100%;911 909 } 912 910 913 911 /** … … 2609 2607 right: 262px; 2610 2608 } 2611 2609 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 2612 2620 .media-sidebar .setting, 2613 2621 .attachment-details .setting { 2614 2622 margin: 6px 0; … … 2819 2827 } 2820 2828 2821 2829 @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 2831 2830 .media-frame-toolbar .media-toolbar { 2832 2831 bottom: -54px; 2833 2832 } … … 2878 2877 right: 0; 2879 2878 } 2880 2879 2881 .attachments-browser .attachments-wrapper {2882 padding-top: 12px;2883 }2884 2885 2880 .image-details .media-frame-title { 2886 2881 display: block; 2887 2882 top: 0;