forked from AkkomaGang/akkoma-fe
Merge pull request 'Better formatting for emoji react notifications' (#76) from eris/pleroma-fe:emoji-notif-fix into develop
Reviewed-on: AkkomaGang/pleroma-fe#76
This commit is contained in:
commit
c6a4485a20
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
.notification-reaction-emoji {
|
.notification-reaction-emoji {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
|
vertical-align: middle;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue