Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to place avatar on banner?
Change the module to: {module name="MeModule" CssClass="FlyoutRight"} (View Post)3 -
Re: YAGA - How do I resize reaction avatars?
You were on the right track! To target only the pictures that YAGA adds, your CSS selector needs a higher specificity: .UserReactionWrap .ProfilePhotoSmall { width: 40px; height: 40px;} (View Post)2 -
Re: How to place avatar on banner?
or just {module name="MeModule"} if you have a .tpl master view. this is how this forum does it: https://github.com/vanilla/community/blob/master/themes/vforg/views/default.master.tpl#L27 (View Post)3 -
Re: Feedback Thread
Ah, I didn't understand you correctly there. Basic infinite scrolling works in discussion lists? The navigation has not been implemented for discussion lists yet. I highly doubt this will work in emb… (View Post)3 -
Re: YAGA question regarding ranks
You can use negative margins: margin: -10px 0; (View Post)1