Made datetime/reply visible when date range is long, also fixes opacity to 1 for the last message's time display #39

Merged
retoor merged 4 commits from :bugfix/opacity-for-last-message into main 2025-05-24 01:48:07 +02:00
Showing only changes of commit 89afbba165 - Show all commits

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;
}
}