Add a datasheet for untyped items and foils
This commit is contained in:
parent
3d8d041915
commit
0f28e23b5c
7 changed files with 201 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
@use "./elements/hr.scss";
|
||||
@use "./elements/icons.scss";
|
||||
|
||||
/* Sheet Layouts */
|
||||
@use "./layouts/datasheet.scss";
|
||||
|
||||
/* Sheet Options */
|
||||
.dotdungeon.style-v3 {
|
||||
--scrollbar-width: 5px;
|
||||
|
|
|
|||
6
styles/v3/layouts/datasheet.scss
Normal file
6
styles/v3/layouts/datasheet.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.dotdungeon.style-v3 .datasheet {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
margin: 8px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue