This commit is contained in:
WBHarry 2026-01-02 22:12:55 +01:00
parent 36eac51041
commit 8881f14153
8 changed files with 84 additions and 13 deletions

View file

@ -548,6 +548,7 @@
code-mirror {
width: 100%;
height: 500px;
}
}

View file

@ -0,0 +1,24 @@
.application.daggerheart.dh-style.action-config {
.trigger-data {
width: 100%;
display: flex;
align-items: center;
gap: 8px;
select {
flex: 1;
}
.hint-section {
flex: 3;
display: flex;
align-items: center;
gap: 4px;
.hint {
flex: 1;
flex-wrap: wrap;
}
}
}
}

View file

@ -1,3 +1,5 @@
@import './actions/actions.less';
@import './actors/actor-sheet-shared.less';
@import './actors/adversary/actions.less';