diff --git a/src/components/account-info.css b/src/components/account-info.css index fd046274..b6e3451f 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -340,7 +340,7 @@ } .timeline-start .account-container header .account-block { font-size: 175%; - margin-bottom: -8px; + /* margin-bottom: -8px; */ line-height: 1.1; letter-spacing: -0.5px; mix-blend-mode: multiply; diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 0e8e42ed..79a5e570 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -98,6 +98,7 @@ function AccountInfo({ statusesCount, url, username, + memorial, } = info || {}; let headerIsAvatar = false; let { header, headerStatic } = info || {}; @@ -266,19 +267,16 @@ function AccountInfo({ />
- {bot && ( - <> - - Automated - - + {!!memorial && In Memoriam} + {!!bot && ( + + Automated + )} - {group && ( - <> - - Group - - + {!!group && ( + + Group + )}