fix up mobile alignment on time gaps
This commit is contained in:
parent
6352528988
commit
98fa098e6f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue