Center drag and drop buttons with text

This commit is contained in:
Evan Barger 2020-07-26 12:07:05 -04:00
parent 116775935c
commit 98fbadbd50

View File

@ -99,7 +99,7 @@
>
<div>Drag and drop one or more ROMs to get started!</div>
<div style="color: grey">- or -</div>
<div>
<div style="padding-left: 26px;">
<button v-on:click="triggerAddRomLabel" class="upload" :disabled="!menu.present() || romOverflow" type="button">
<label for="romFileInput" ref="addRomLabel" v-on:click="stopPropagation">Add Games</label>
</button>