Implement the general layout for inventory (closes #94)
This commit is contained in:
parent
cd6554289b
commit
daaa459012
3 changed files with 33 additions and 5 deletions
|
|
@ -3,6 +3,7 @@
|
|||
@use "../../../mixins/partials" as partials;
|
||||
|
||||
@use "./pages/stats.scss";
|
||||
@use "./pages/inventory.scss";
|
||||
|
||||
.dotdungeon .actor--pc-v2 {
|
||||
background-color: var(--sheet-bg);
|
||||
|
|
@ -57,5 +58,7 @@
|
|||
|
||||
.page-content {
|
||||
padding: 16px;
|
||||
padding-bottom: 69px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue