XF 2.2 Increase the reaction bar under each post?

jakep

Member
So I just upgraded to 2.2, and now my reactions addon no longer works (and my forum template in general)

I am trying to see if I can get this to be how my users like it by manually editting the templates, but maybe its a little over my head? I cannot seem to figure out how to make the bar bigger. I can make the reactions themselves bigger, but then they pop out of the frame. I am talking about this here:

1606163533469.webp

Our ratings are all 32x32, but this frame is not big enough to support that. What can I do to make that like 38 pixels tall?
 
Add this to the extra.less template:

Less:
.message .reactionsBar
{
    height: 38px;
}

Other changes may be required to align things correctly.
 
Top Bottom