daggerheart/styles/less/sheets/actors/companion/effects.less
Carlos Fernandez eccab6ad64
Some checks failed
Project CI / build (24.x) (push) Has been cancelled
[UI] Make sheet tab scrollsbars stable, remove fieldsets, and adjust padding (#1944)
* Remove certain fieldsets and adjust scrollsbars

* Also remove fieldset for npc features and fix padding issue in full screen notes
2026-07-03 11:32:51 +02:00

13 lines
359 B
Text

@import '../../../utils/colors.less';
.application.sheet.daggerheart.actor.dh-style.companion {
.tab.effects {
.effects-sections {
display: flex;
flex-direction: column;
gap: 10px;
padding: 7px calc(12px - var(--scrollbar-width)) 4px 12px;
.stable-scroll-container();
}
}
}