Fix cropped quick reactions on images

Unify placement across different message bubble types. Work on issue #122.
This commit is contained in:
N-Pex 2021-05-06 23:12:02 +02:00
parent 2df8ba3dff
commit 9b11f2274a
13 changed files with 119 additions and 37 deletions

View file

@ -412,16 +412,20 @@ $admin-fg: white;
}
.quick-reaction-container {
display: inline-block;
position: absolute;
top: -12px;
left: 50px;
z-index: 2;
background-color: #000000;
border: 2px solid white;
border-radius: 13px;
height: 26px;
width: max-content;
top: -15px;
padding: 0px 6px;
.messageOut & {
right: 10px;
left: unset;
right: 50px;
}
.quick-reaction {
position: relative;