More preliminary sheet work and refactors

This commit is contained in:
Carlos Fernandez 2026-07-01 20:42:10 -04:00
parent cdf6e7fdd0
commit 5335ba850b
5 changed files with 51 additions and 54 deletions

View file

@ -271,6 +271,14 @@
grid-area: labels;
}
}
.item-buttons {
grid-column: span 3;
display: flex;
gap: 4px;
flex-wrap: wrap;
margin-top: 2px;
}
}
.card-item {