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
|
@ -91,7 +91,7 @@ watchEffect(() => {
|
|||
<template>
|
||||
<div flex flex-col>
|
||||
<button border="b base" z-1>
|
||||
<img h-50 w-full object-cover :src="account.header" :alt="t('account.profile_description', [account.username])" @click="previewHeader">
|
||||
<img h-50 height="200" w-full object-cover :src="account.header" :alt="t('account.profile_description', [account.username])" @click="previewHeader">
|
||||
</button>
|
||||
<div p4 mt--18 flex flex-col gap-4>
|
||||
<div relative>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue