bookend: Switch whitespace from padding to margin.

This creates more consistent spacing for bookends in relation to
actual message groups.
This commit is contained in:
Tim Abbott
2017-06-05 16:27:32 -07:00
parent 235bf65668
commit 70d414b62c

View File

@@ -1463,7 +1463,7 @@ blockquote p {
}
.bookend {
padding-top: 10px;
margin-top: 10px;
background-color: transparent;
}
@@ -2422,7 +2422,7 @@ img.emoji {
.sub-unsub-message,
.date_row {
text-align: center;
padding-bottom: 10px;
margin-bottom: 10px;
}
.date_row .date-direction {