This commit is contained in:
Gergely Bräutigam 2026-07-18 18:33:28 +02:00 committed by GitHub
commit 01dbc14207
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 117 additions and 20 deletions

View file

@ -3,4 +3,6 @@
@import './class.less';
@import './domain-card.less';
@import './feature.less';
@import './heritage.less';
@import './heritage.less';
@import './item-sheet-shared.less';
@import './weapon.less';

View file

@ -0,0 +1,6 @@
.application.sheet.daggerheart.dh-style.weapon {
section.tab {
height: 400px;
overflow-y: auto;
}
}