Set opacity to 1 for the last message's time display

This commit is contained in:
BordedDev 2025-05-22 00:00:51 +02:00
parent b2a4887e23
commit 89afbba165
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -309,6 +309,7 @@ input[type="text"], .chat-input textarea {
.message:has(+ .message.switch-user), .message:last-child {
.time {
display: block;
opacity: 1;
}
}