line up all icons and paddings with consistency, return auto bake checkbox on mobile UI

This commit is contained in:
Robin Scholtes 2023-04-17 13:50:43 +12:00
parent c1a5b67603
commit b872ac6e68
3 changed files with 21 additions and 4 deletions

View file

@ -31,7 +31,15 @@
color: var(--primary-font-colour);
font-size: 14px;
cursor: pointer;
line-height: 0;
/*line-height: 0;*/
}
#auto-bake {
position: relative;
width: auto;
height: auto;
opacity: 1;
z-index: initial;
}
#auto-bake-label .check,