Corrected ActiveEffect template styling and added useage of the new 'showIcon' property

This commit is contained in:
WBHarry 2026-02-04 10:15:42 +01:00
parent ac998adaa6
commit 115a31423e
9 changed files with 44 additions and 12 deletions

View file

@ -0,0 +1,11 @@
.application.sheet.daggerheart.dh-style.active-effect-config {
.tab.changes {
gap: 0;
header {
div {
text-align: center;
}
}
}
}

View file

@ -42,3 +42,5 @@
@import './rollTables/sheet.less';
@import './actions/actions.less';
@import './activeEffects/activeEffects.less';