Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/27/2018 09:26:42 AM (7 years ago)
Author:
mercime
Message:

BP Nouveau: Add styles for Recently Active & Who's Online Widgets.

Fixes #7725.

File:
1 edited

Legend:

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

    r11991 r11994  
    6969        }
    7070    }
     71
     72    .avatar-block {
     73
     74        @include flex-box-dir($flex-dir: row, $flex-wrap: wrap);
     75
     76        img {
     77            margin-bottom: 1em;
     78            margin-right: 1em;
     79        }
     80    }
    7181}
     82
    7283
    7384// Are we in a main site sidebar?
Note: See TracChangeset for help on using the changeset viewer.