Begin work on a custom element for incrementer

This commit is contained in:
Oliver-Akins 2024-04-03 23:00:57 -06:00
parent 1c2ced321b
commit d5429b7b34
7 changed files with 137 additions and 7 deletions

View file

@ -68,7 +68,7 @@
.bytes-panel {
display: grid;
grid-template-columns: 1fr min-content 50px min-content;
grid-template-columns: 1fr auto;
gap: 8px;
align-items: center;