[feature] improved style
This commit is contained in:
parent
914250526f
commit
9cb2e22b84
@ -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}
|
||||
|
@ -137,6 +137,7 @@ pre {
|
||||
}
|
||||
|
||||
.msg-time {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
color: var(--grey-40);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user