diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css
index 45a7a4e7e5..74525a31f6 100644
a
|
b
|
border color while dragging a file over the uploader drop area */ |
900 | 900 | |
901 | 901 | .imgedit-panel-content { |
902 | 902 | display: grid; |
903 | | grid-template-columns: 640px 1fr; |
| 903 | grid-template-columns: 1fr; |
904 | 904 | gap: 20px; |
905 | 905 | } |
906 | 906 | |
907 | | @media screen and (max-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 | } |
912 | 912 | |
… |
… |
span.imgedit-scale-warn { |
1208 | 1208 | |
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; |
1214 | 1217 | padding: 0 8px; |