Add basic support for displaying emotes (#161)
This commit is contained in:
committed by
GitHub
parent
b5c5cd9586
commit
14cd84dab7
@@ -410,3 +410,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.message.message--type-emote {
|
||||
.message__content {
|
||||
font-style: italic;
|
||||
|
||||
// Remove blockness of first `<p>` so that markdown emotes stay on one line.
|
||||
p:first-of-type {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user