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

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 {