Fix boundign box of flap button

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/14/head
trivernis 2 years ago
parent 1578a917b7
commit e0fd519e91
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -15,15 +15,15 @@
}
&[attach='left'], &[attach='right'] {
top: 0;
height: 100%;
width: 4em;
top: calc(50% - 5em);
height: 10em;
width: 2.5em;
}
&[attach='top'], &[attach='bottom'] {
left: 0;
width: 100%;
height: 4em;
left: calc(50% - 5em);
width: 10em;
height: 2.5em;
}
&[attach='left'] {

Loading…
Cancel
Save