Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/11/2020 01:33:08 PM (3 years ago)
Author:
imath
Message:

BP Blogs: improve Site Icons / Blavatar synchronization

Make sure BuddyPress tries to synchronize Sites Icons / Blavatars even when it's not network activated.

Add a new BP Repair tool to repair this synchronization. This can be needed when a different site of the network has its site icon updated after the BuddyPress Sites directory already listed this site previously.

Props vapvarun

Fixes #8384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_blogs_loop.scss

    r12082 r12779  
    77
    88        li {
     9
     10            .item-avatar {
     11
     12                img.avatar-150 {
     13                    max-width: 150px;
     14                    max-height: 150px;
     15                }
     16
     17                img.avatar-50 {
     18                    max-width: 50px;
     19                    max-height: 50px;
     20                }
     21            }
    922
    1023            @include medium-up() {
Note: See TracChangeset for help on using the changeset viewer.