Begin work on the updated item sheet and get the tabs initialized (Closes #141)
This commit is contained in:
parent
be31e98dea
commit
df316c68f3
12 changed files with 131 additions and 3 deletions
11
styles/v3/elements/nav.scss
Normal file
11
styles/v3/elements/nav.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@use "../mixins/material" as material;
|
||||
|
||||
.dotdungeon.style-v3 > .window-content {
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow-x: auto;
|
||||
gap: 8px;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue