Adds emoji support using Twitter's twemoji
This commit is contained in:
parent
8eda79e2f3
commit
f125c43ccb
5 changed files with 38 additions and 3 deletions
|
@ -522,6 +522,14 @@ li.buffer.indent.private a {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
/* Scales emoji to font size */
|
||||
img.emoji {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
margin: 0 .05em 0 .1em;
|
||||
vertical-align: -0.1em;
|
||||
}
|
||||
|
||||
/* */
|
||||
/* Mobile layout */
|
||||
/* */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue