浏览代码

Merge pull request #455 from BitSleek/dev

Fix logo size overflow
Bubka 5 月之前
父节点
当前提交
f744556bcc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/js/components/OtpDisplay.vue

+ 1 - 1
resources/js/components/OtpDisplay.vue

@@ -317,7 +317,7 @@
 
 <template>
     <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')">
         </figure>
         <UseColorMode v-slot="{ mode }">