mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
fix unsent/unverified message style
This commit is contained in:
parent
43c082475b
commit
5afcfc3e9b
@ -198,11 +198,11 @@ only loads when the top comes into view*/
|
|||||||
align-self: start;
|
align-self: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody.unsent .Timeline_messageBody {
|
.Timeline_message.unsent .Timeline_messageBody {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Timeline_messageBody.unverified .Timeline_messageBody {
|
.Timeline_message.unverified .Timeline_messageBody {
|
||||||
color: #ff4b55;
|
color: #ff4b55;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user