fix: unread message bgcolor

This commit is contained in:
ThatOneCalculator 2023-06-08 11:13:45 -07:00
parent 5d3abfcb98
commit 9f931e6e8b
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -102,7 +102,7 @@ function isMe(message): boolean {
opacity: 0.8;
}
&:not(.isMe):not(.isRead) {
&:not(.isRead) {
background-color: var(--accentedBg);
}
@ -175,13 +175,6 @@ function isMe(message): boolean {
&.max-width_400px {
> .message {
&:not(.isMe):not(.isRead) {
> div {
background-image: none;
border-left: solid 4px #3aa2dc;
}
}
> div {
padding: 16px;
font-size: 0.9em;