XF 2.1 Large smilies cut off from in-post smilie preview popup

Fullmoon

Member
Saw a few posts on this with random CSS but none of the fixes worked.

My smilies are getting cut off when previewed in the pop-up smilie window on the post WYSIWYG editor.

The smilies are images. On the smilie settings:


Enable CSS sprite mode YES
Size: 131px x 50px

Tried it with background size: 100% and 0% with no difference

Check out the screen shot for a visual...

I have the latest version of XF 2.

xenforo smilies cut off.jpg
 
Hey thanks for replying Solidus!

I tried the CSS in the extra template - and switched to the default style - and no change at all. I also tried with "!important" to see if that made any difference, but no.

I also saw this CSS and the custom emoji's were still cut off:

Code:
.menu--emoji .emojiList
{
    display: block;
  
    > li
    {
        padding: 0 5px;
        a { width: auto; }
    }
}

Cut off emoji.webp
 
Top Bottom