Restore delivery receipt checkmarks
This commit is contained in:
parent
e52224e481
commit
c3d875305d
3 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@
|
|||
font-size: smaller;
|
||||
}
|
||||
|
||||
.entry .delivered .checkmark {
|
||||
.entry.delivered .checkmark {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
|
|
@ -426,7 +426,7 @@ input.search {
|
|||
.timestamp {
|
||||
font-size: smaller; }
|
||||
|
||||
.entry .delivered .checkmark {
|
||||
.entry.delivered .checkmark {
|
||||
display: inline; }
|
||||
|
||||
.message-list {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue