Add the ability to automate items and attributes using a Macro

This commit is contained in:
Oliver 2026-04-27 00:51:31 -06:00
parent 47892d116b
commit 8f67bff2ec
8 changed files with 45 additions and 2 deletions

View file

@ -30,6 +30,10 @@
gap: 2px 8px;
margin: 0 8px 8px;
&.wide-input {
grid-template-columns: 1fr 1fr;
}
.hint {
grid-column: 1 / -1;
margin: 0;

View file

@ -33,6 +33,10 @@
justify-items: left;
gap: 8px;
&.wide-input {
grid-template-columns: 1fr 1fr;
}
taf-toggle {
justify-self: end;
}