Restore delivery receipt checkmark
This commit is contained in:
parent
00e9e3b757
commit
19ee28209d
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
.gutter {
|
||||
margin-top: 36px; }
|
||||
|
||||
|
@ -129,6 +130,10 @@ button {
|
|||
.timestamp {
|
||||
font-size: 12px; }
|
||||
|
||||
.entry.delivered .timestamp::after {
|
||||
margin-left: 4px;
|
||||
content: "✓"; }
|
||||
|
||||
.message-list {
|
||||
margin: 52px 0;
|
||||
padding: 0;
|
||||
|
|
|
@ -65,6 +65,12 @@ button {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.entry.delivered .timestamp::after {
|
||||
margin-left: 4px;
|
||||
content: "✓";
|
||||
}
|
||||
|
||||
|
||||
.message-list {
|
||||
margin: 36px + 16px 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue