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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user