diff --git a/app/javascript/gabsocial/components/profile_header.js b/app/javascript/gabsocial/components/profile_header.js index 32046db6..9aeb962d 100644 --- a/app/javascript/gabsocial/components/profile_header.js +++ b/app/javascript/gabsocial/components/profile_header.js @@ -145,7 +145,7 @@ class ProfileHeader extends ImmutablePureComponent { const headerSrc = !!account ? account.get('header') : undefined const headerMissing = !headerSrc ? true : headerSrc.indexOf(PLACEHOLDER_MISSING_HEADER_SRC) > -1 const avatarSize = headerMissing ? 75 : 150 - const top = headerMissing ? -46 : -380 + const top = headerMissing ? -46 : -430 const avatarContainerClasses = CX({ d: 1, @@ -281,10 +281,10 @@ class ProfileHeader extends ImmutablePureComponent {
-
+
{ !headerMissing && -
+
{intl.formatMessage(messages.headerPhoto)} } -
+
@@ -323,7 +323,6 @@ class ProfileHeader extends ImmutablePureComponent {
-
diff --git a/app/javascript/styles/global.css b/app/javascript/styles/global.css index 01a21f67..ed7fdfbd 100644 --- a/app/javascript/styles/global.css +++ b/app/javascript/styles/global.css @@ -560,6 +560,7 @@ pre { .h100VH { height: 100vh; } .h100PC { height: 100%; } +.h400PX { height: 400px; } .h350PX { height: 350px; } .h260PX { height: 260px; } .h220PX { height: 220px; }