mirror of
https://example.com
synced 2024-11-27 03:06:38 +09:00
fix: unread message bgcolor
This commit is contained in:
parent
5d3abfcb98
commit
9f931e6e8b
1 changed files with 1 additions and 8 deletions
|
@ -102,7 +102,7 @@ function isMe(message): boolean {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.isMe):not(.isRead) {
|
&:not(.isRead) {
|
||||||
background-color: var(--accentedBg);
|
background-color: var(--accentedBg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -175,13 +175,6 @@ function isMe(message): boolean {
|
||||||
|
|
||||||
&.max-width_400px {
|
&.max-width_400px {
|
||||||
> .message {
|
> .message {
|
||||||
&:not(.isMe):not(.isRead) {
|
|
||||||
> div {
|
|
||||||
background-image: none;
|
|
||||||
border-left: solid 4px #3aa2dc;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|
Loading…
Reference in a new issue