mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
Fix padding of party sheet inventory (#2066)
This commit is contained in:
parent
67b0d036a1
commit
7e6fc03230
2 changed files with 3 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
.items-section {
|
.items-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
padding: 8px calc(12px - var(--scrollbar-width)) 4px 12px;
|
padding: 8px calc(12px - var(--scrollbar-width)) 4px 12px;
|
||||||
.stable-scroll-container();
|
.stable-scroll-container();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
overflow-y: auto;
|
padding: 8px calc(12px - var(--scrollbar-width)) 4px 12px;
|
||||||
margin-top: 20px;
|
.stable-scroll-container();
|
||||||
padding-bottom: 4px;
|
|
||||||
.with-scroll-shadows();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue