diff --git a/app/theme/client/imports/general/base_old.css b/app/theme/client/imports/general/base_old.css index f33414a8e64..170c91fd0bb 100644 --- a/app/theme/client/imports/general/base_old.css +++ b/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; }