Add number inputs into the supported structures, and redesign the sheet to make it actually look good

This commit is contained in:
Oliver-Akins 2025-01-11 17:35:17 -07:00
parent 5aee7e4a29
commit fb52e1b58d
11 changed files with 161 additions and 48 deletions

View file

@ -2,4 +2,8 @@
&.small {
font-size: var(--font-size-10)
}
&:empty::before {
content: "\200b";
}
}