Added highlight.

This commit is contained in:
retoor 2025-02-03 01:27:21 +01:00
parent 83cc0f6137
commit 079187e1b4

View File

@ -147,7 +147,7 @@ message-list {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
margin-bottom: 0px; margin-bottom: 0px;
/*padding: 5px;*/ padding: 5px;
/*background: #222;*/ /*background: #222;*/
border-radius: 8px; border-radius: 8px;
/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/ /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
@ -248,6 +248,7 @@ message-list {
} }
.avatar { .avatar {
opacity: 0; opacity: 0;
display: none;
} }
.author { .author {