tst
This commit is contained in:
parent
3b3cb8021e
commit
6d0ae5662a
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ main {
|
|||
}
|
||||
|
||||
.Inbox {
|
||||
top: 74px;
|
||||
top: 84px;
|
||||
height: calc(100% - 74px);
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user