diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css
index bb0f952aec..e010314d41 100644
|
a
|
b
|
|
| 341 | 341 | .find-box-inside { |
| 342 | 342 | bottom: 57px; |
| 343 | 343 | } |
| | 344 | |
| | 345 | #front-static-pages fieldset ul { |
| | 346 | margin-left: 0; |
| | 347 | } |
| | 348 | |
| | 349 | #front-static-pages fieldset ul li { |
| | 350 | float: left; |
| | 351 | } |
| | 352 | |
| | 353 | #front-static-pages fieldset ul li:not(:last-child) { |
| | 354 | margin-right: 15px; |
| | 355 | } |
| 344 | 356 | } |
| 345 | 357 | |
| 346 | 358 | @media screen and (max-width: 660px) { |
| … |
… |
audio, video { |
| 1241 | 1253 | } |
| 1242 | 1254 | |
| 1243 | 1255 | @media only screen and (max-width: 480px) { |
| | 1256 | #front-static-pages fieldset ul li { |
| | 1257 | width: calc(50% - 15px); |
| | 1258 | } |
| | 1259 | |
| 1244 | 1260 | .edit-attachment-frame .media-frame-title { |
| 1245 | 1261 | right: 110px; |
| 1246 | 1262 | } |