Skip to:
Content

BuddyPress.org

Opened 11 years ago

Closed 11 years ago

#5486 closed defect (bug) (fixed)

Custom avatar size will expand outside of the user management meta avatar box

Reported by: bowromir's profile Bowromir Owned by: boonebgorges's profile boonebgorges
Milestone: 2.0 Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

When a theme has set a custom avatar size it causes the avatars on the new "Extended Profile" admin screen to overlap the meta box. See the attached screenshot:

#bp_xprofile_user_admin_avatar .avatar img {
 max-width: 100%;
 height: auto;
}

Attachments (1)

Screenshot 2014-03-29 13.28.30.png (264.9 KB) - added by Bowromir 11 years ago.

Download all attachments as: .zip

Change History (3)

#1 @boonebgorges
11 years ago

Yeah, I can see how this might be a problem in some cases. Thanks for the patch!

#2 @boonebgorges
11 years ago

  • Owner set to boonebgorges
  • Resolution set to fixed
  • Status changed from new to closed

In 8246:

Don't let avatar image in Extended Profile dashboard panel exceed container width

This could become a problem when themes are using a blanket declaration to
change the default avatar width on the front end.

Fixes #5486

Props Bowromir

Note: See TracTickets for help on using tickets.