Explicitly set the dimensions of the avatar in the toolbar's profile menu. Avoids issues where overridden avatars could result in images that don't fit. props andrewryno. fixes #19539.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d744cbfb0c
commit
842e757fd1
|
@ -352,6 +352,8 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -72px;
|
left: -72px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
width: 64px;
|
||||||
|
height: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-user-info a {
|
#wpadminbar #wp-admin-bar-user-info a {
|
||||||
|
|
Loading…
Reference in New Issue