Input images have nice alignment with background image center. Also disabled more debugging outputs to the DOM.

This commit is contained in:
2019-02-20 22:31:30 +01:00
parent 73f51f43bd
commit 4f17106e61
3 changed files with 17 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
<event-form></event-form>
</div>
<div class="image-grid">
<!-- <div class="image-grid">
<grid-layout
ref="imageGrid"
:layout.sync="layout"
@@ -36,13 +36,13 @@
</div>
</grid-item>
</grid-layout>
</div>
</div> -->
<!--
<div class="tools">
<button class="button" @click="reorder = !reorder" v-bind:class="{ active: reorder }">{{reorder ? 'submit' : 'reoder' }}</button>
</div>
{{ reorder }}
</div> -->
<!-- {{ reorder }} -->
</div>
</template>