Fix chat header on mobile

And also improve QR display
This commit is contained in:
N-Pex 2021-02-09 11:10:17 +01:00
parent 5ab62f4f46
commit c489d58a69
2 changed files with 14 additions and 9 deletions

View file

@ -361,11 +361,15 @@ $admin-fg: white;
border: 2px solid white;
border-radius: 13px;
height: 26px;
width: fit-content;
right: 10px;
width: max-content;
top: -15px;
padding: 0px 6px;
.messageOut & {
right: 10px;
}
.quick-reaction {
position: relative;
top: -2px;
margin: 0px 0px;
padding: 1px;
font-size: 10px;