Skip to content

Commit d745af5

Browse files
committed
Media: Fix misalignment in media panel mobile menu.
Adjust the line-height of the dashicon for the media panel mobile menu. Props huzaifaalmesbah, joedolson. Fixes #64726. git-svn-id: https://develop.svn.wordpress.org/trunk@61744 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c3c6b9a commit d745af5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-includes/css/media-views.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,6 +2568,10 @@
25682568
min-height: 40px;
25692569
}
25702570

2571+
.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle .dashicons {
2572+
line-height: 1;
2573+
}
2574+
25712575
.wp-core-ui .button.media-frame-menu-toggle:hover,
25722576
.wp-core-ui .button.media-frame-menu-toggle:active {
25732577
background: transparent;

0 commit comments

Comments
 (0)