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;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry .delivered .checkmark {
|
.entry.delivered .checkmark {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -426,7 +426,7 @@ input.search {
|
||||||
.timestamp {
|
.timestamp {
|
||||||
font-size: smaller; }
|
font-size: smaller; }
|
||||||
|
|
||||||
.entry .delivered .checkmark {
|
.entry.delivered .checkmark {
|
||||||
display: inline; }
|
display: inline; }
|
||||||
|
|
||||||
.message-list {
|
.message-list {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue