Added emoji parsing support

This commit is contained in:
Graham Campbell
2015-07-25 16:02:35 +01:00
parent e002d596b1
commit 1e4a8c8143
3 changed files with 13 additions and 0 deletions

View File

@@ -231,6 +231,17 @@ body.status-page {
font-size: 1.1em;
}
}
img {
box-sizing: border-box;
&.emoji {
height: 20px;
width: 20px;
vertical-align: middle;
max-width: none;
}
}
}
}
}