Fix thread target highlight for private messages

This commit is contained in:
Christian Bundy 2019-12-15 08:52:54 -08:00
parent 5a0702c4dd
commit c3d650018a
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 6 additions and 0 deletions

View File

@ -189,6 +189,12 @@ pre {
box-shadow: 0 0 var(--medium) var(--blue);
}
.message.thread-target.private {
border: var(--thin) solid var(--violet);
border-left: var(--medium) solid var(--violet);
box-shadow: 0 0 var(--medium) var(--violet);
}
.message audio {
width: 100%;
}