mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-18 21:20:51 +02:00
Use a more mobile friendly Close button for modal
This commit is contained in:
parent
b4bc1ce2b4
commit
eafff6c17e
@ -12,7 +12,12 @@
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<button class="modal-close is-large" aria-label="close" @click.stop="closeModal"></button>
|
||||
<div class="fullscreen-footer">
|
||||
<!-- Close button -->
|
||||
<label class="button is-dark is-rounded" @click.stop="closeModal">
|
||||
{{ $t('commons.close') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user