Merge branch 'fix/notifications-jumping-based-on-time' into 'develop'

Fix notifications (favs and rts) jumping based on timeago width

See merge request pleroma/pleroma-fe!1175
This commit is contained in:
HJ 2020-07-08 12:57:31 +00:00
commit 2b3c4ccfae
1 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,11 @@
flex: 1;
padding-left: 0.8em;
min-width: 0;
.timeago {
min-width: 3em;
text-align: right;
}
}
.emoji-reaction-emoji {