mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
* Add support for GM Notes * Localize GM Notes header label * Fix active editor height and menu auto sizing * Add tooltip to add gm note button
10 lines
201 B
Text
10 lines
201 B
Text
@import '../../utils/colors.less';
|
|
@import '../../utils/fonts.less';
|
|
|
|
.application.sheet.daggerheart.dh-style.feature {
|
|
--portrait-size: 130px;
|
|
|
|
section.tab {
|
|
overflow-y: auto;
|
|
}
|
|
}
|