mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
fix char sidebard and tabs scroll
This commit is contained in:
parent
2357aaeb31
commit
6565ab75be
9 changed files with 146 additions and 114 deletions
|
|
@ -20,3 +20,27 @@
|
|||
@lightRules();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Apply a style to sidebar titles.
|
||||
*/
|
||||
.section-title() {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
align-items: center;
|
||||
|
||||
h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Apply default item list style.
|
||||
* @param {Length} @gap - The vertical spacing between elements (e.g., 10px, 1rem)
|
||||
*/
|
||||
.column-list(@gap: 10px) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: @gap;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue