Moved organize buttons for inventory and spells tab to the right
This commit is contained in:
@@ -2,9 +2,12 @@
|
|||||||
<div class="inventory">
|
<div class="inventory">
|
||||||
<column-layout>
|
<column-layout>
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-actions>
|
<v-switch
|
||||||
<v-switch v-model="organize" label="Organize"/>
|
v-model="organize"
|
||||||
</v-card-actions>
|
label="Organize"
|
||||||
|
class="justify-end"
|
||||||
|
style="margin: 16px 24px -16px;"
|
||||||
|
/>
|
||||||
<!-- Equipping things isn't implemented yet
|
<!-- Equipping things isn't implemented yet
|
||||||
<creature-properties-tree
|
<creature-properties-tree
|
||||||
:root="{collection: 'creatures', id: creatureId}"
|
:root="{collection: 'creatures', id: creatureId}"
|
||||||
|
|||||||
@@ -2,9 +2,12 @@
|
|||||||
<div class="spells">
|
<div class="spells">
|
||||||
<column-layout>
|
<column-layout>
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-actions>
|
<v-switch
|
||||||
<v-switch v-model="organize" label="Organize"/>
|
v-model="organize"
|
||||||
</v-card-actions>
|
label="Organize"
|
||||||
|
class="justify-end"
|
||||||
|
style="margin: 16px 24px -16px;"
|
||||||
|
/>
|
||||||
<!-- Equipping things isn't implemented yet
|
<!-- Equipping things isn't implemented yet
|
||||||
<creature-properties-tree
|
<creature-properties-tree
|
||||||
:root="{collection: 'creatures', id: creatureId}"
|
:root="{collection: 'creatures', id: creatureId}"
|
||||||
|
|||||||
Reference in New Issue
Block a user