Changeset 55896
- Timestamp:
- 06/08/2023 11:14:21 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/media-views.css
r54243 r55896 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; … … 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 … … 2608 2606 .attachments-browser.has-load-more .attachments-wrapper { 2609 2607 right: 262px; 2608 } 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; 2610 2618 } 2611 2619 … … 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; … … 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;
Note: See TracChangeset
for help on using the changeset viewer.