1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-07-05 23:20:06 +02:00

Fix logo size overflow

This commit is contained in:
BitSleek
2025-03-05 21:28:38 +01:00
committed by GitHub
parent 46c1131b10
commit 0f311f268a

@ -317,7 +317,7 @@
<template> <template>
<div> <div>
<figure class="image is-64x64" :class="{ 'no-icon': !otpauthParams.icon }" style="display: inline-block"> <figure class="image is-64x64" :class="{ 'no-icon': !otpauthParams.icon }" style="display: inline-flex">
<img :src="$2fauth.config.subdirectory + '/storage/icons/' + otpauthParams.icon" v-if="otpauthParams.icon" :alt="$t('twofaccounts.icon_to_illustrate_the_account')"> <img :src="$2fauth.config.subdirectory + '/storage/icons/' + otpauthParams.icon" v-if="otpauthParams.icon" :alt="$t('twofaccounts.icon_to_illustrate_the_account')">
</figure> </figure>
<UseColorMode v-slot="{ mode }"> <UseColorMode v-slot="{ mode }">