Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to detect if code is executed from side bar


@mercime
Participant

@mercime

You can simply adjust via CSS. e.g. using bp-default theme, avatars have this styling:
div#sidebar div.item-avatar img {
height:40px;
margin:1px;
width:40px;
}
change according to taste

Skip to toolbar