add custom emoji display

This commit is contained in:
FloatingGhost 2022-06-12 14:11:07 +01:00
parent c66a3e0206
commit a9f8ec5453
3 changed files with 19 additions and 1 deletions

View file

@ -1,5 +1,11 @@
@import '../../_variables.scss';
.reaction-emoji {
width: 40px;
display: flex;
flex-direction: column;
}
// TODO Copypaste from Status, should unify it somehow
.Notification {
border-bottom: 1px solid;