Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2020-12-17 20:27:57 +01:00
parent 60205baee7
commit 61fa75ee6b
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ body::before {
}
#app-mount .repliedMessage-VokQwo::before {
border-color: rgba(var(--vtransparencycolor), 0.5);
left: calc((-35px * var(--vusechatbubbles)) + ((1 - var(--vusechatbubbles)) * (-1*(var(--avatar-size)/2 + var(--gutter)))));
left: calc((-41px * var(--vusechatbubbles)) + ((1 - var(--vusechatbubbles)) * (-1*(var(--avatar-size)/2 + var(--gutter)))));
right: unset;
width: 32px;
}