Support emojis in display name, bio

This commit is contained in:
Eugen Rochko
2016-11-15 18:38:57 +01:00
parent 4f07fb1f0a
commit 489bd99803
5 changed files with 33 additions and 17 deletions

View File

@ -76,6 +76,8 @@
font-size: inherit;
vertical-align: middle;
margin: -.2ex .15em .2ex;
width: 16px;
height: 16px;
img {
width: auto;
@ -166,6 +168,13 @@
}
}
.account__header__display-name {
.emojione {
width: 25px;
height: 25px;
}
}
.status__display-name, .status__relative-time, .detailed-status__display-name, .detailed-status__datetime, .account__display-name {
text-decoration: none;
}