Changeset 56242
- Timestamp:
- 07/16/2023 03:57:14 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r56239 r56242 900 900 901 901 .imgedit-panel-content { 902 display: grid;903 grid-template-columns: 1fr;902 display: flex; 903 flex-wrap: wrap; 904 904 gap: 20px; 905 } 906 907 @media screen and (min-width: 1200px) { 908 .imgedit-panel-content.imgedit-panel-tools { 909 grid-template-columns: 50% 50%; 910 } 905 margin-bottom: 20px; 911 906 } 912 907 … … 1130 1125 column-gap: 4px; 1131 1126 align-items: start; 1127 flex-wrap: wrap; 1132 1128 } 1133 1129
Note: See TracChangeset
for help on using the changeset viewer.