Skip to content
14 changes: 14 additions & 0 deletions src/wp-includes/css/media-views.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,12 @@ label[for="media-attachment-date-filters"] {
grid-area: 1 / 2 / 2 / 3;
}

label[for="media-attachment-filters"],
label[for="media-attachment-date-filters"],
label[for="media-search-input"] {
margin-bottom: 6px;
}

select#media-attachment-date-filters {
grid-area: 2 / 2 / 3 / 3;
}
Expand Down Expand Up @@ -3008,6 +3014,14 @@ select#media-attachment-date-filters {
}
}

@media only screen and (max-width: 565px) {
label[for="media-attachment-filters"],
label[for="media-attachment-date-filters"],
label[for="media-search-input"] {
margin-bottom: 8px;
}
}

/**
* HiDPI Displays
*/
Expand Down
Loading