Update marked unread conversation indicator

This commit is contained in:
trevor-signal 2023-05-30 14:29:29 -04:00 committed by GitHub
parent 9a9c1c5879
commit c4ddd3977d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4610,7 +4610,8 @@ button.module-image__border-overlay:focus {
border-color: $color-gray-80;
}
&--unread-messages {
&--unread-messages,
&--marked-unread {
inset-inline-end: -(5px + $border-width);
}
&--unread-mentions {