mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fixed too much margin in mobile
This commit is contained in:
@@ -2873,6 +2873,8 @@ export const BoardForm = styled.div`
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
margin-top: -5%;
|
||||||
|
|
||||||
.thread {
|
.thread {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -5,8 +5,8 @@ import { Tooltip } from 'react-tooltip';
|
|||||||
import { useAccount, useComment, usePublishComment } from '@plebbit/plebbit-react-hooks';
|
import { useAccount, useComment, usePublishComment } from '@plebbit/plebbit-react-hooks';
|
||||||
import { debounce } from 'lodash';
|
import { debounce } from 'lodash';
|
||||||
import useGeneralStore from '../../hooks/stores/useGeneralStore';
|
import useGeneralStore from '../../hooks/stores/useGeneralStore';
|
||||||
import { Container, NavBar, Header, Break, PostForm, PostFormTable, BoardForm } from '../styled/Board.styled';
|
import { Container, NavBar, Header, Break, PostForm, PostFormTable } from '../styled/Board.styled';
|
||||||
import { ReplyFormLink, TopBar, BottomBar } from '../styled/Thread.styled';
|
import { ReplyFormLink, TopBar, BottomBar, BoardForm } from '../styled/Thread.styled';
|
||||||
import ImageBanner from '../ImageBanner';
|
import ImageBanner from '../ImageBanner';
|
||||||
import Post from '../Post';
|
import Post from '../Post';
|
||||||
import PostLoader from '../PostLoader';
|
import PostLoader from '../PostLoader';
|
||||||
|
|||||||
Reference in New Issue
Block a user