Fix chat header on mobile
And also improve QR display
This commit is contained in:
parent
5ab62f4f46
commit
c489d58a69
2 changed files with 14 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue