Changeset 56189
- Timestamp:
- 07/10/2023 10:09:21 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r56026 r56189 901 901 .imgedit-panel-content { 902 902 display: grid; 903 grid-template-columns: 640px1fr;903 grid-template-columns: 1fr; 904 904 gap: 20px; 905 905 } 906 906 907 @media screen and (m ax-width: 1120px) {908 .imgedit-panel-content {909 grid-template-columns: 1fr;907 @media screen and (min-width: 1200px) { 908 .imgedit-panel-content.imgedit-panel-tools { 909 grid-template-columns: 50% 50%; 910 910 } 911 911 } … … 1209 1209 .image-editor .imgedit-scale-controls input[type="text"], 1210 1210 .image-editor .imgedit-crop-ratio input[type="text"], 1211 .image-editor .imgedit-crop-sel input[type="text"] { 1211 .image-editor .imgedit-crop-sel input[type="text"], 1212 .image-editor .imgedit-scale-controls input[type="number"], 1213 .image-editor .imgedit-crop-ratio input[type="number"], 1214 .image-editor .imgedit-crop-sel input[type="number"] { 1212 1215 width: 80px; 1213 1216 font-size: 14px;
Note: See TracChangeset
for help on using the changeset viewer.