small fixes

This commit is contained in:
2019-06-15 14:05:14 +02:00
parent 89547c52e5
commit 50b00cb626
3 changed files with 34 additions and 22 deletions

View File

@@ -4,9 +4,9 @@
<table class="table is-fullwidth is-striped" >
<thead>
<tr>
<th width="100%" >Objets de {{ player }}</th>
<th v-if="canGrab" style="min-width: 120px"></th>
<th v-if="canSell" style="min-width: 120px">
<th>Objets de {{ player }}</th>
<th v-if="canGrab"></th>
<th v-if="canSell">
<button class="button is-fullwidth"
:class="is_selling ? 'is-danger' : 'is-warning'"
@click="is_selling = !is_selling"