You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
389 B

.on_android {
display: inherit;
}
body > nav,
main > * {
padding-top: 3rem;
}
.drawer + .drawer_close.button.color {
top: 3rem;
}
body .drawer {
top: 10rem;
height: calc(100% - 10rem);
}
body ul.context_menu {
top: 3rem;
}
body #draw,
body #snap {
height: calc(100% - 3rem);
top: 3rem;
}
body #preview {
height: calc(100% - 3rem);
top: 3rem;
}