Display timestamps in mod log

This commit is contained in:
Alex Gleason 2021-03-15 18:17:00 -05:00
parent 9156e01862
commit 6ed87aaf89
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 6 additions and 0 deletions

View file

@ -214,4 +214,10 @@
.logentry {
padding: 15px;
&__timestamp {
color: var(--primary-text-color--faint);
font-size: 13px;
text-align: right;
}
}