Implement the Inventory tab's sub-navigation (closes #97)
This commit is contained in:
parent
2065596686
commit
5f09f92790
12 changed files with 90 additions and 23 deletions
9
styles/sheets/actor/char-sheet/pages/inventory.scss
Normal file
9
styles/sheets/actor/char-sheet/pages/inventory.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.dotdungeon .actor--pc-v2 .active .inventory-page {
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
.dotdungeon .actor--pc-v2 .active .inventory-page .tab[data-tab="player"] {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
grid-template-columns: 1fr 4fr;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue