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 { 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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user