Fixed some editing bugs on new buffs, improved style

This commit is contained in:
Stefan Zermatten
2017-09-07 14:33:59 +02:00
parent e2933c2df5
commit b43ee08d75
8 changed files with 45 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
<template name="customBuffView">
<td>{{buff.name}}</td>
<td>
<div class="flex">{{buff.name}}</div>
<div class="flex">
{{#if canEditCharacter buff.charId}}
<paper-button class="apply-buff-button">Apply{{toSelf}}</paper-button>
{{/if}}
</td>
</div>
</template>