fix: add explicit height/width for logo to reduce cls

This commit is contained in:
Daniel Roe 2022-12-06 23:32:27 +00:00
parent 2c9a2b081d
commit b078e456cc
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
4 changed files with 4 additions and 4 deletions

View file

@ -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>