Set opacity to 1 for the last message's time display
This commit is contained in:
parent
b2a4887e23
commit
89afbba165
@ -309,6 +309,7 @@ input[type="text"], .chat-input textarea {
|
||||
.message:has(+ .message.switch-user), .message:last-child {
|
||||
.time {
|
||||
display: block;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user