Restore delivery receipt checkmark
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user