diff --git a/src/containers/profile/ProfilePage/index.tsx b/src/containers/profile/ProfilePage/index.tsx index 0a34d020..4ff79d1d 100644 --- a/src/containers/profile/ProfilePage/index.tsx +++ b/src/containers/profile/ProfilePage/index.tsx @@ -32,15 +32,16 @@ const ProfilePageUnconnected: FC = ({ return (
-
- -
DEFAULT
} />
TAB
} />
+ +
+ +
); }; diff --git a/src/containers/profile/ProfilePage/styles.scss b/src/containers/profile/ProfilePage/styles.scss index 7587fa51..22c2ef76 100644 --- a/src/containers/profile/ProfilePage/styles.scss +++ b/src/containers/profile/ProfilePage/styles.scss @@ -11,10 +11,10 @@ .left { flex: 1; background: darken($content_bg, 2%); - border-radius: $radius 0 0 $radius; + border-radius: 0 $radius $radius 0; box-sizing: border-box; } .right { - flex: 3; + flex: 4; } diff --git a/src/containers/profile/ProfilePageLeft/index.tsx b/src/containers/profile/ProfilePageLeft/index.tsx index 7c0844e5..9c31c079 100644 --- a/src/containers/profile/ProfilePageLeft/index.tsx +++ b/src/containers/profile/ProfilePageLeft/index.tsx @@ -52,7 +52,7 @@ const ProfilePageLeft: FC = ({ username, profile }) => { - {profile && profile.user && profile.user.description && ( + {profile && profile.user && profile.user.description && false && (
{profile.user.description}
)} diff --git a/src/containers/profile/ProfilePageLeft/styles.scss b/src/containers/profile/ProfilePageLeft/styles.scss index a1da3a44..0d150b01 100644 --- a/src/containers/profile/ProfilePageLeft/styles.scss +++ b/src/containers/profile/ProfilePageLeft/styles.scss @@ -7,8 +7,8 @@ .avatar { width: 100%; - padding-bottom: 50%; - border-radius: $radius 0 0 0; + padding-bottom: 75%; + border-radius: 0 $radius 0 0; background: 50% 50% no-repeat; background-size: cover; } @@ -25,7 +25,7 @@ // background: $content_bg; background: darken($content_bg, 2%); width: 100%; - border-radius: $radius; + border-radius: 0 $radius $radius 0; } .name {