moved borders to the right for own msgs. Closes #2074

This commit is contained in:
t1enne 2022-10-03 09:51:28 +02:00
parent 9a3c593ee1
commit 91bc45dbef

View file

@ -29,6 +29,8 @@ $p-size: 5px;
}
&.ownMessage {
border-left: none;
border-right: $border-style;
.background {
position: absolute;
z-index: -1;