Add wardrobe menu

This commit is contained in:
Idrees Hassan
2026-01-19 20:31:49 -05:00
parent e0fae3781a
commit 3227167cb5
11 changed files with 856 additions and 12 deletions

View File

@@ -242,9 +242,20 @@
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-rows: repeat(2, auto);
}
.birb-grid-content {
display: grid;
grid-template-rows: repeat(3, auto);
grid-auto-flow: column;
gap: 10px;
padding-top: 8px;