fix: add explicit height/width for logo to reduce cls
This commit is contained in:
parent
2c9a2b081d
commit
b078e456cc
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ onMounted(() => {
|
|||
<template>
|
||||
<form text-center justify-center items-center max-w-150 py6 flex="~ col gap-3" @submit.prevent="oauth">
|
||||
<div flex="~ center" mb2>
|
||||
<img src="/logo.svg" w-12 h-12 mxa alt="logo">
|
||||
<img src="/logo.svg" w-12 h-12 mxa height="48" width="48" alt="logo">
|
||||
<div text-3xl>
|
||||
{{ $t('action.sign_in') }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue