[buddypress-trac] [BuddyPress Trac] #8721: In responsive view profile name display
buddypress-trac
noreply at wordpress.org
Fri Feb 3 08:50:41 UTC 2023
#8721: In responsive view profile name display
----------------------------------+------------------------------
Reporter: vishitshah | Owner: johnjamesjacoby
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: BuddyPress.org Sites | Version:
Severity: normal | Resolution:
Keywords: has-screenshots |
----------------------------------+------------------------------
Comment (by viralsampat):
Hello Team,
I have checked the above-mentioned issue and also I tried to find out its
file from the meta clone. But unfortunately, I didn't find it.
So, Here, I have added my CSS as a patch.
{{{
@media screen and (max-width:782px){
#wpadminbar #wp-admin-bar-my-account a.ab-item {
display: block;
position: static;
text-indent: 0;
overflow: unset;
width: auto;
color: #555;
}
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
position: static;
width: 26px !important;
height: 26px !important;
}
}
}}}
Thanks,
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8721#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list