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
* Remove certain fieldsets and adjust scrollsbars * Also remove fieldset for npc features and fix padding issue in full screen notes
12 lines
350 B
Text
12 lines
350 B
Text
@import '../../../utils/colors.less';
|
|
@import '../../../utils/fonts.less';
|
|
@import '../../../utils/mixin.less';
|
|
|
|
.application.sheet.daggerheart.actor.dh-style.environment {
|
|
.tab.features {
|
|
.feature-section {
|
|
padding: 16px calc(16px - var(--scrollbar-width)) 4px 16px;
|
|
.stable-scroll-container();
|
|
}
|
|
}
|
|
}
|