UX: improve styling of closed messages

also cleans up styling of time gaps on mobile
This commit is contained in:
Sam
2015-07-30 11:19:30 +10:00
parent 3ccae5ed32
commit ccc07605a7
4 changed files with 37 additions and 5 deletions

View File

@@ -512,3 +512,17 @@ span.highlighted {
.read-state {
display: none;
}
.small-action .small-action-desc {
.custom-message {
margin-left: -40px;
}
}
.small-action .topic-avatar {
padding: 0;
}
.small-action.time-gap .topic-avatar {
margin-top: -5px;
}