fix up mobile alignment on time gaps

This commit is contained in:
Jeff Atwood 2015-08-04 03:44:58 -07:00
parent 6352528988
commit 98fa098e6f
1 changed files with 4 additions and 0 deletions

View File

@ -514,6 +514,9 @@ span.highlighted {
}
.small-action .small-action-desc {
p {
padding-top: 0;
}
.custom-message {
margin-left: -40px;
}
@ -521,6 +524,7 @@ span.highlighted {
.small-action .topic-avatar {
padding: 0;
margin: 0;
}
.small-action.time-gap .topic-avatar {