1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-07-26 22:11:51 -04:00

Merge pull request 'Better formatting for emoji react notifications' () from eris/pleroma-fe:emoji-notif-fix into develop

Reviewed-on: https://akkoma.dev/AkkomaGang/pleroma-fe/pulls/76
This commit is contained in:
floatingghost 2022-07-29 09:13:42 +00:00
commit c6a4485a20

@ -2,7 +2,8 @@
.notification-reaction-emoji {
width: 40px;
display: flex;
display: inline-flex;
vertical-align: middle;
flex-direction: column;
}