1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 11:44:08 +02:00

[ticket/14914] Made emoji scale in size with text

PHPBB3-14914
This commit is contained in:
JoshyPHP
2016-12-27 21:48:01 +01:00
parent cb406258fe
commit f111e70fc3
3 changed files with 10 additions and 3 deletions

View File

@@ -1047,6 +1047,13 @@ ul.linklist:after,
display: block;
}
.emoji {
min-height: 18px;
min-width: 18px;
height: 1em;
width: 1em;
}
.smilies {
vertical-align: text-bottom;
}