Added timestamps to the chatbox

This commit is contained in:
2022-01-09 06:39:13 +00:00
parent 8e90a4a540
commit 14a3c9eabe
2 changed files with 37 additions and 3 deletions
+10
View File
@@ -77,6 +77,16 @@
display: flex;
}
.chat .timestamp {
max-width: 44px;
}
.chat .inner {
flex: 1 !important;
display: inline-block !important;
flex-direction: row !important;
}
.chat .username {
font-weight: bold;
}