XF 2.3 Any way to stack reaction emojis so it's not a long list?

zzlpolitics

Active member
My users wanted more reactions and then even more so uhh it's a long list:

snip.webp

Is there a way I could stack them like 5 each and center it or something like that? It seems to do that on mobile because it's two rows so... there must be a way!

Thanks in advance!
 
Solution
Do your veteran members want to have fun with emojis? What rascals these are!
You can try this in extra.less:
Less:
@media (min-width: @xf-responsiveMedium) {
    .reactTooltip {
        max-width: 200px;
    }
}

1724316053090.webp
Do your veteran members want to have fun with emojis? What rascals these are!
You can try this in extra.less:
Less:
@media (min-width: @xf-responsiveMedium) {
    .reactTooltip {
        max-width: 200px;
    }
}

1724316053090.webp
 
Solution
@media (min-width: @xf-responsiveMedium) { .reactTooltip { max-width: 200px; } }
I'm so excited I get to add something to extra.less! Thank you (and Paul)!

Hacking Johnny Lee Miller GIF by MGM Studios
 
Back
Top Bottom