Import/Export updates

This commit is contained in:
WBHarry 2025-07-13 03:06:46 +02:00
parent 78cb5677cd
commit 8b0d64c85f
4 changed files with 12 additions and 0 deletions

View file

@ -12,3 +12,4 @@
@import './inventory-fieldset-items.less';
@import './prose-mirror.less';
@import './filter-menu.less';
@import './tab-attachments.less';

View file

@ -0,0 +1,7 @@
.daggerheart.dh-style {
.tab.attachments {
.attached-items {
width: 100%;
}
}
}