mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +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;
|
||||
}
|
||||
|
||||
.Timeline_messageBody.unsent .Timeline_messageBody {
|
||||
.Timeline_message.unsent .Timeline_messageBody {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.Timeline_messageBody.unverified .Timeline_messageBody {
|
||||
.Timeline_message.unverified .Timeline_messageBody {
|
||||
color: #ff4b55;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user