I thought it was funny at first, but it becomes annoying pretty quick.
The usual smileys are working

Can you add something to the CSS of the forum?TheGardner wrote: Sat 21 Sep 2019, 6:07 pm Found the bug!
Whenever someone posts from her/his mobile and using smilies, which aren't from here on the board (i.e. keyboard similes or such from smilie families on mobiles), those smilies would appear huge.
Sorry, can't do anything on that, cause posting such smilies are allowed or with other words: this behaviour can't be forbidden at the time.
Code: Select all
.emoji
{
width:15px;
}
The code below was added to the style sheet for the "subsilver2" theme. This is an old theme, probably made before emojis were even a thing so no style code existed for them.
Code: Select all
.emoji {
max-height: 18px;
max-width: 18px;
height: 1em;
width: 1em;
}
Users browsing this forum: No registered users and 0 guests