[FIX] Correct ignored message CSS (#20928)

pull/21071/head^2
Anant Bhasin 5 years ago committed by GitHub
parent 5f8fb189d5
commit ada97ed5bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/theme/client/imports/general/base_old.css

@ -2007,9 +2007,6 @@
& .title {
position: absolute;
left: 5px;
width: 60px;
text-align: right;
justify-content: flex-end;
@ -2042,6 +2039,11 @@
}
}
&:not(.message--ignored) .title {
left: 5px;
width: 60px;
}
&:hover .edited {
display: none;
}

Loading…
Cancel
Save