This commit is contained in:
ilya-bkv 2022-12-15 18:06:37 +03:00
parent 3b3cb8021e
commit 6d0ae5662a
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ import { createEffect, createMemo, createSignal, onMount, Show, Suspense } from
import { FullArticle } from '../Article/FullArticle' import { FullArticle } from '../Article/FullArticle'
import { t } from '../../utils/intl' import { t } from '../../utils/intl'
import type { Shout, Reaction } from '../../graphql/types.gen' import type { Shout, Reaction } from '../../graphql/types.gen'
import { useReactionsStore } from '../../stores/zine/reactions'
interface ArticlePageProps { interface ArticlePageProps {
article: Shout article: Shout

View File

@ -6,7 +6,7 @@ main {
} }
.Inbox { .Inbox {
top: 74px; top: 84px;
height: calc(100% - 74px); height: calc(100% - 74px);
left: 0; left: 0;
right: 0; right: 0;