adjust popout trigger position
This commit is contained in:
parent
d51098a90b
commit
678a702d6e
|
@ -16,7 +16,7 @@
|
|||
#qr--bar > #qr--popoutTrigger {
|
||||
position: absolute;
|
||||
right: 0.25em;
|
||||
top: 0.25em;
|
||||
top: 0;
|
||||
}
|
||||
#qr--popout {
|
||||
display: flex;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
> #qr--popoutTrigger {
|
||||
position: absolute;
|
||||
right: 0.25em;
|
||||
top: 0.25em;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
#qr--popout {
|
||||
|
|
Loading…
Reference in New Issue