Add weight ratings and localize the Access field (and add it to items that should but don't have it)

This commit is contained in:
Oliver-Akins 2025-02-20 20:36:27 -07:00
parent 40ba46fc6b
commit 329c45dad9
7 changed files with 69 additions and 29 deletions

View file

@ -23,7 +23,7 @@
grid-template-columns: auto 200px;
column-gap: var(--col-gap);
row-gap: var(--row-gap);
max-width: 300px;
max-width: 350px;
padding: 8px;
background: var(--base-background);