diff --git a/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php b/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
index c8dc3fd58..208e2bd63 100644
a
|
b
|
function bbporg_toolbar_css_overrides() { |
535 | 535 | #wpadminbar #wp-admin-bar-user-info a:hover .display-name { color: #328C00; } |
536 | 536 | #wpadminbar #wp-admin-bar-user-info .username { color: #000; } |
537 | 537 | |
| 538 | @media screen and (max-width: 782px) { |
| 539 | .with-avatar a.ab-item { |
| 540 | text-indent:-9999px !important; |
| 541 | } |
| 542 | } |
| 543 | |
538 | 544 | /* Some responsive'ish tweaks */ |
539 | 545 | @media screen and ( max-width: 460px ) { |
540 | 546 | #wpadminbar { |