emoji: display native emoji simiarly to custom (#3147)

This commit is contained in:
John Regan
2023-07-06 15:47:38 -04:00
committed by GitHub
parent cc75be1c00
commit 58bc3ac173
5 changed files with 79 additions and 0 deletions

View File

@@ -125,9 +125,13 @@ body {
}
.emoji {
display: inline-block;
font-size: 30px;
height: 30px;
line-height: 30px;
margin-left: 5px;
margin-right: 5px;
vertical-align: middle;
}
body::-webkit-scrollbar {