fix: avatars width setting
This commit is contained in:
@ -12,9 +12,7 @@ const IndexPage: FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center gap-2 p-7">
|
<div className="flex flex-col items-center gap-2 p-7">
|
||||||
<div className="w-24 h-24 sm:w-36 sm:h-36 overflow-hidden rounded-full flex items-center justify-center bg-gray-300">
|
<Avatar iconSize={64} className="w-24 h-24 sm:w-36 sm:h-36" />
|
||||||
<Avatar iconSize={64} />
|
|
||||||
</div>
|
|
||||||
<h1 className="dark:text-gray-200 text-gray-800 text-2xl select-none">
|
<h1 className="dark:text-gray-200 text-gray-800 text-2xl select-none">
|
||||||
Welcome, {profile?.full_name}
|
Welcome, {profile?.full_name}
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -38,9 +38,7 @@ const PersonalInfoPage: FC = () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div className="w-16 h-16 overflow-hidden rounded-full dark:bg-gray-400 bg-gray-700">
|
<Avatar iconSize={28} className="w-16 h-16" />
|
||||||
<Avatar iconSize={12} />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user