Fix boundign box of flap button

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

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

Loading…
Cancel
Save