mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Add more hats
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user