Add more hats

This commit is contained in:
Idrees Hassan
2026-01-24 18:27:47 -05:00
parent 8cd93bb623
commit db1a3dcbb6
14 changed files with 139 additions and 97 deletions

View File

@@ -254,20 +254,16 @@
opacity: 0.4;
}
#birb-field-guide {
#birb-field-guide, #birb-wardrobe {
width: 322px !important;
}
#birb-wardrobe {
width: calc(322px - 64px - 14px) !important;
}
#birb-field-guide .birb-grid-content {
grid-template-rows: repeat(3, auto);
}
#birb-wardrobe .birb-grid-content {
grid-template-columns: repeat(3, auto);
grid-template-columns: repeat(4, auto);
grid-auto-flow: row;
}