feat: style checkboxes better

This commit is contained in:
2024-04-22 22:27:21 +02:00
parent 1de0094c85
commit c87d4b8dda
9 changed files with 119 additions and 40 deletions

View File

@ -138,7 +138,7 @@
<style>
header {
border-bottom: solid thin var(--outline);
/* border-bottom: solid thin var(--outline); */
background-color: var(--layer-1);
}
@ -147,7 +147,7 @@
width: 100vw;
color: white;
display: grid;
grid-template-rows: 50px 1fr;
grid-template-rows: 0px 1fr;
}
.wrapper :global(canvas) {