Changeset 62592
- Timestamp:
- 06/30/2026 10:30:01 AM (6 weeks ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
-
admin-bar.php (modified) (1 diff)
-
css/admin-bar.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r62349 r62592 277 277 $howdy = sprintf( __( 'Howdy, %s' ), '<span class="display-name">' . wp_get_current_user()->display_name . '</span>' ); 278 278 279 $avatar = get_avatar( $user_id, 2 6);279 $avatar = get_avatar( $user_id, 28 ); 280 280 $wp_admin_bar->add_node( 281 281 array( -
trunk/src/wp-includes/css/admin-bar.css
r62543 r62592 456 456 width: 64px; 457 457 height: 64px; 458 border-radius: 50%; 458 459 } 459 460 … … 482 483 #wpadminbar #wp-admin-bar-my-account.with-avatar > a img { 483 484 width: auto; 484 height: 16px;485 height: 20px; 485 486 padding: 0; 486 border: 1px solid #8c8f94; 487 border: 1px solid #2c353b; 488 border-radius: 50%; 487 489 background: #f0f0f1; 488 490 line-height: 1.84615384; … … 978 980 #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { 979 981 position: absolute; 980 top: 1 3px;982 top: 12px; 981 983 right: 10px; 982 width: 26px; 983 height: 26px; 984 width: 28px; 985 height: 28px; 986 border-radius: 50%; 984 987 } 985 988
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)