Skip to content

Commit

Permalink
[FIX] New day separator overlapping above system message (#14362)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored and ggazzo committed May 3, 2019
1 parent 5827ff3 commit dd7c0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/threads/client/threads.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
}

.message.collapsed + .message.system:not(.collapsed) {
.message.collapsed + .message.system:not(.collapsed):not(.new-day) {
margin-top: calc(var(--default-padding) / 2);
margin-bottom: calc(var(--default-padding) / 2);
}
Expand Down

0 comments on commit dd7c0d0

Please sign in to comment.