Skip to content

Commit

Permalink
fix (#14338)
Browse files Browse the repository at this point in the history
[FIX] Unread line and new day separator was not aligned
  • Loading branch information
ggazzo authored and rodrigok committed Apr 30, 2019
1 parent 641d233 commit 115835b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/theme/client/imports/general/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ button {
.first-unread .body {
&::before {
position: absolute;
z-index: 1;
top: 0;
left: 0;

Expand Down Expand Up @@ -199,6 +200,22 @@ button {
}
}

.message.new-day.first-unread {
&::after {
border-color: var(--rc-color-error);
}

& .body {
&::before {
display: none;
}

&::after {
top: -26px;
}
}
}

.hidden {
display: none;
}
Expand Down

0 comments on commit 115835b

Please sign in to comment.