diff --git a/src/components/Board.jsx b/src/components/Board.jsx index db5f081c..3d44a5c3 100644 --- a/src/components/Board.jsx +++ b/src/components/Board.jsx @@ -4,7 +4,8 @@ import { BoardContext } from '../App'; import { Container, NavBar, Header, Break, PostFormLink, PostFormTable, PostForm, TopBar, BoardForm } from './styles/Board.styled'; import ImageBanner from './ImageBanner'; import { useFeed } from '@plebbit/plebbit-react-hooks'; -import InfiniteScroll from 'react-infinite-scroller'; +// import InfiniteScroll from 'react-infinite-scroller'; + const Board = ({ setBodyStyle }) => { const [defaultSubplebbits, setDefaultSubplebbits] = useState([]); @@ -217,12 +218,12 @@ const Board = ({ setBodyStyle }) => {
- Loading...
} - > + > */} {feed.map(object => { let counter = 1; const thread = object; @@ -304,7 +305,7 @@ const Board = ({ setBodyStyle }) => {
)})} - + {/* */}
diff --git a/src/components/Home.jsx b/src/components/Home.jsx index d5b31107..01864ac3 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -97,7 +97,7 @@ const Home = ({ setBodyStyle }) => { Donate
  • - Whitepaper + Whitepaper
  • Contract diff --git a/src/components/styles/Board.styled.jsx b/src/components/styles/Board.styled.jsx index 994767c9..1d2c7870 100644 --- a/src/components/styles/Board.styled.jsx +++ b/src/components/styles/Board.styled.jsx @@ -1065,7 +1065,7 @@ export const BoardForm = styled.form` } .post-info { - margin: 2px 0; + margin: 3px; display: block; width: 100%; } @@ -1194,7 +1194,7 @@ export const BoardForm = styled.form` } .post-info { - margin: 2px 0; + margin: 3px; display: block; width: 100%; } @@ -1326,7 +1326,7 @@ export const BoardForm = styled.form` } .post-info { - margin: 2px 0; + margin: 3px; display: block; width: 100%; } @@ -1462,7 +1462,7 @@ export const BoardForm = styled.form` } .post-info { - margin: 2px 0; + margin: 3px; display: block; width: 100%; } @@ -1591,7 +1591,7 @@ export const BoardForm = styled.form` } .post-info { - margin: 2px 0; + margin: 3px; display: block; width: 100%; } @@ -1724,7 +1724,7 @@ export const BoardForm = styled.form` } .post-info { - margin: 2px 0; + margin: 3px; display: block; width: 100%; }