[FIX] Unread line and new day separator was not aligned
pull/14339/head
Guilherme Gazzo 7 years ago committed by Rodrigo Nascimento
parent 641d2330d5
commit 115835b2a7
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
  1. 17
      app/theme/client/imports/general/base.css

@ -160,6 +160,7 @@ button {
.first-unread .body {
&::before {
position: absolute;
z-index: 1;
top: 0;
left: 0;
@ -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;
}

Loading…
Cancel
Save