Shows message status timestamps if available

This commit is contained in:
Josh Perez
2021-10-12 19:40:42 -04:00
committed by GitHub
parent c9a49ecb4b
commit a5e8226821
3 changed files with 17 additions and 1 deletions

View File

@@ -198,3 +198,7 @@
color: $color-white;
background-color: $color-accent-red;
}
.module-message-detail__status-timestamp {
margin-left: 6px;
}