Show relative timestamp using mixin

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-03-06 16:11:00 +01:00
parent fb06cac246
commit ecbbc29384
4 changed files with 53 additions and 11 deletions

View File

@@ -34,9 +34,14 @@
color: var(--color-text-light);
.username {
flex-grow: 1;
padding: 10px;
}
.spacer {
flex-grow: 1;
}
.timestamp {
color: var(--color-text-maxcontrast);
}
}
.comment--content {