diff --git a/src/pages/EditProfile.module.scss b/src/pages/EditProfile.module.scss index fa4f4bd2..6f755d8c 100644 --- a/src/pages/EditProfile.module.scss +++ b/src/pages/EditProfile.module.scss @@ -10,6 +10,12 @@ padding-bottom: 20px; } +.bannerPlaceholder { + position: relative; + width: 100%; + height: 214px; +} + .banner { position: relative; width: 100%; @@ -24,8 +30,9 @@ opacity: 0.6; } - >label { + >label, .bannerPlaceholder>label { position: relative; + height: 100%; cursor: pointer; >img { diff --git a/src/pages/EditProfile.tsx b/src/pages/EditProfile.tsx index 791f30e3..f57978da 100644 --- a/src/pages/EditProfile.tsx +++ b/src/pages/EditProfile.tsx @@ -274,7 +274,12 @@ const EditProfile: Component = () => { } + fallback={ +
+ +
} >