Allow Kampftalente to be deleted from ActorSheet
This commit is contained in:
parent
2468c83e86
commit
ae3e9a2fb9
@ -337,6 +337,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
<div></div>
|
<div></div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<div class="center fas fa-trash" data-action="item-delete"></div>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -575,7 +575,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .Kampftalente {
|
& .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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user