[feature] improved style

This commit is contained in:
zhangtianli2006 2021-03-26 20:32:03 +08:00
parent 914250526f
commit 9cb2e22b84
2 changed files with 2 additions and 1 deletions

View File

@ -48,8 +48,8 @@ function write_message(data) {
<div class="msg">
<span class="msg-from ${message_class} ${(data.is_private ? 'msg-private' : '')}">
${message_source}
<span class="msg-time">${format_time(new Date())}</span>
</span>
<span class="msg-time">${format_time(new Date())}</span>
<br>
<span class="msg-content">
${rendered_message}

View File

@ -137,6 +137,7 @@ pre {
}
.msg-time {
font-size: 15px;
font-weight: 400;
color: var(--grey-40);
}