Stop constant movement of notifications due to changing timestamps #353

Merged
floatingghost merged 2 commits from Oneric/akkoma-fe:notification-writhing into develop 2023-12-15 11:57:47 +00:00
Showing only changes of commit beee99e733 - Show all commits

View file

@ -105,9 +105,12 @@
flex: 1;
padding-left: 0.8em;
min-width: 0;
}
.heading-right, .notification-right {
.timeago {
min-width: 3em;
display: inline-block;
min-width: 6em;
text-align: right;
}
}