mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Center the menu icons when the menu is folded. For proper display in RTL the width of .wp-menu-image has to be 30px. Props helenyhou, fixes #20382
git-svn-id: https://develop.svn.wordpress.org/trunk@20400 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1410,7 +1410,7 @@ body.no-js #adminmenu .wp-menu-toggle,
|
||||
}
|
||||
|
||||
.folded #adminmenu div.wp-menu-image {
|
||||
width: 32px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#adminmenu li {
|
||||
|
||||
Reference in New Issue
Block a user