Moved organize buttons for inventory and spells tab to the right

This commit is contained in:
Stefan Zermatten
2020-03-13 12:23:23 +02:00
parent 24725381d7
commit 9290c9570c
2 changed files with 12 additions and 6 deletions

View File

@@ -2,9 +2,12 @@
<div class="inventory">
<column-layout>
<v-card>
<v-card-actions>
<v-switch v-model="organize" label="Organize"/>
</v-card-actions>
<v-switch
v-model="organize"
label="Organize"
class="justify-end"
style="margin: 16px 24px -16px;"
/>
<!-- Equipping things isn't implemented yet
<creature-properties-tree
:root="{collection: 'creatures', id: creatureId}"

View File

@@ -2,9 +2,12 @@
<div class="spells">
<column-layout>
<v-card>
<v-card-actions>
<v-switch v-model="organize" label="Organize"/>
</v-card-actions>
<v-switch
v-model="organize"
label="Organize"
class="justify-end"
style="margin: 16px 24px -16px;"
/>
<!-- Equipping things isn't implemented yet
<creature-properties-tree
:root="{collection: 'creatures', id: creatureId}"