Skip to content

Commit

Permalink
Media: Use consistent spacing for the media toolbar in both grid and …
Browse files Browse the repository at this point in the history
…list view.

Previously, the spacing between media toolbar elements in grid and list view did not match. We now use the same select margin across both views.

Props desrosj, seusmaniqbal, ianbelanger, subrataemfluence, sabernhardt, pooja1210, sumitbagthariya16, shailu25, devmuhib, huzaifaalmesbah, audrasjb.
Fixes #43904.

Built from https://develop.svn.wordpress.org/trunk@57764


git-svn-id: http://core.svn.wordpress.org/trunk@57265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
antpb committed Mar 4, 2024
1 parent ce1eb78 commit 6e31cd8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions wp-admin/css/media-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ border color while dragging a file over the uploader drop area */
position: relative;
}

.post-type-attachment .wp-filter select {
margin: 0 0 0 6px;
}

/**
* Media Library grid view
*/
Expand Down
Loading

0 comments on commit 6e31cd8

Please sign in to comment.