Changed all static inline style to CSS classes

This commit is contained in:
10G Meow 2022-02-23 11:52:09 +00:00 committed by N Pex
parent 128b19ef8f
commit d9aac824ef
27 changed files with 179 additions and 112 deletions

View file

@ -77,7 +77,7 @@
</v-row>
</v-container>
<v-container fluid style="margin-top: 40px">
<v-container fluid class="mt-40">
<v-row align="center">
<v-col align="center">
<v-avatar size="50" color="#ededed" @click.stop="showAvatarPicker">
@ -210,7 +210,7 @@
name="avatar"
@change="handlePickedAvatar($event)"
accept="image/*"
style="display: none"
class="d-none"
/>
</div>
</template>