Allow Kampftalente to be deleted from ActorSheet

This commit is contained in:
Sven Balzer 2025-07-26 00:28:03 +02:00
parent 2468c83e86
commit ae3e9a2fb9
2 changed files with 2 additions and 1 deletions

View File

@ -337,6 +337,7 @@
{{else}}
<div></div>
{{/if}}
<div class="center fas fa-trash" data-action="item-delete"></div>
</div>
{{/each}}
</div>

View File

@ -575,7 +575,7 @@ html {
}
& .Kampftalente {
grid-template-columns: minmax(0, max-content) repeat(5, minmax(0, 1fr));
grid-template-columns: minmax(0, max-content) repeat(5, minmax(0, 1fr)) min-content;
}
}