UX: Fix time alignment on user activity pages

This commit is contained in:
Kris 2020-05-06 00:02:49 -04:00
parent 1062dbc3e9
commit 4f26893d57
1 changed files with 6 additions and 1 deletions

View File

@ -39,11 +39,16 @@
.time,
.delete-info,
.draft-type {
margin-left: auto;
float: right;
color: $primary-medium;
font-size: $font-down-2;
}
.notification .time {
margin-left: auto;
float: none;
}
.draft-type {
clear: right;
}