From 999d532d87aa247259991df07cdeccf0751e452b Mon Sep 17 00:00:00 2001 From: plebbitor Date: Thu, 9 Feb 2023 16:52:37 +0100 Subject: [PATCH] more styles fixes --- src/components/Board.jsx | 6 +----- src/components/styles/Board.styled.jsx | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Board.jsx b/src/components/Board.jsx index bc2ada2a..3d1c9764 100644 --- a/src/components/Board.jsx +++ b/src/components/Board.jsx @@ -198,7 +198,7 @@ const Board = ({ setBodyStyle }) => {
- {'>'}{thread.title} + {thread.title ? `>${thread.title}` : null}
{thread.content} @@ -229,10 +229,6 @@ const Board = ({ setBodyStyle }) => {
- - {'>'}{reply.title} - -
{reply.content}
diff --git a/src/components/styles/Board.styled.jsx b/src/components/styles/Board.styled.jsx index 5b43f7f5..4d8a0175 100644 --- a/src/components/styles/Board.styled.jsx +++ b/src/components/styles/Board.styled.jsx @@ -665,6 +665,7 @@ export const BoardForm = styled.form` word-wrap: break-word; word-break: break-word; max-width: 100%; + margin: 4px 0; } hr { @@ -792,6 +793,7 @@ export const BoardForm = styled.form` word-wrap: break-word; word-break: break-word; max-width: 100%; + margin: 4px 0; } hr { @@ -923,6 +925,7 @@ export const BoardForm = styled.form` word-wrap: break-word; word-break: break-word; max-width: 100%; + margin: 4px 0 } hr { @@ -1052,6 +1055,7 @@ export const BoardForm = styled.form` word-wrap: break-word; word-break: break-word; max-width: 100%; + margin: 4px 0 } hr { @@ -1181,6 +1185,7 @@ export const BoardForm = styled.form` word-wrap: break-word; word-break: break-word; max-width: 100%; + margin: 4px 0 } hr { @@ -1308,6 +1313,7 @@ export const BoardForm = styled.form` word-wrap: break-word; word-break: break-word; max-width: 100%; + margin: 4px 0 } hr {