mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-18 19:06:45 +02:00
Bigger image icon in Quick form
This commit is contained in:
parent
af9e6e13da
commit
a094ffb4a8
@ -5,7 +5,7 @@
|
||||
<div class="column">
|
||||
<label class="add-icon-button" v-if="!tempIcon">
|
||||
<input class="file-input" type="file" accept="image/*" v-on:change="uploadIcon" ref="iconInput">
|
||||
<font-awesome-icon :icon="['fas', 'image']" size="lg" />
|
||||
<font-awesome-icon :icon="['fas', 'image']" size="2x" />
|
||||
</label>
|
||||
<button class="delete delete-icon-button is-medium" v-if="tempIcon" @click.prevent="deleteIcon"></button>
|
||||
<twofaccount-show ref="TwofaccountShow"
|
||||
|
2
resources/sass/app.scss
vendored
2
resources/sass/app.scss
vendored
@ -164,7 +164,7 @@
|
||||
.add-icon-button {
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
padding-top: calc(32px - 0.665rem);
|
||||
padding-top: calc(32px - 1rem);
|
||||
position: absolute;
|
||||
margin-left: -32px;
|
||||
z-index: 40;
|
||||
|
Loading…
x
Reference in New Issue
Block a user