forked from github/plane
style: profile settings height
This commit is contained in:
parent
7249f84e18
commit
9cac981f60
@ -161,7 +161,7 @@ const Profile: NextPage = () => {
|
|||||||
/>
|
/>
|
||||||
{myProfile ? (
|
{myProfile ? (
|
||||||
<form onSubmit={handleSubmit(onSubmit)} className="h-full w-full">
|
<form onSubmit={handleSubmit(onSubmit)} className="h-full w-full">
|
||||||
<div className={`flex flex-col gap-8 pr-9 py-9 w-full overflow-y-auto`}>
|
<div className={`flex flex-col h-full gap-8 pr-9 py-9 w-full overflow-y-auto`}>
|
||||||
<div className="relative h-44 w-full mt-6">
|
<div className="relative h-44 w-full mt-6">
|
||||||
<img
|
<img
|
||||||
src={watch("cover_image") ?? "https://images.unsplash.com/photo-1506383796573-caf02b4a79ab"}
|
src={watch("cover_image") ?? "https://images.unsplash.com/photo-1506383796573-caf02b4a79ab"}
|
||||||
|
Loading…
Reference in New Issue
Block a user