diff --git a/src/components/Views/Article.tsx b/src/components/Views/Article.tsx index 1fd600ed..3a4bdbca 100644 --- a/src/components/Views/Article.tsx +++ b/src/components/Views/Article.tsx @@ -2,7 +2,6 @@ import { createEffect, createMemo, createSignal, onMount, Show, Suspense } from import { FullArticle } from '../Article/FullArticle' import { t } from '../../utils/intl' import type { Shout, Reaction } from '../../graphql/types.gen' -import { useReactionsStore } from '../../stores/zine/reactions' interface ArticlePageProps { article: Shout diff --git a/src/styles/Inbox.module.scss b/src/styles/Inbox.module.scss index 2f0fca7b..50e61b99 100644 --- a/src/styles/Inbox.module.scss +++ b/src/styles/Inbox.module.scss @@ -6,7 +6,7 @@ main { } .Inbox { - top: 74px; + top: 84px; height: calc(100% - 74px); left: 0; right: 0;