more styles fixes

This commit is contained in:
plebbitor
2023-02-09 16:52:37 +01:00
parent 5350de37ca
commit 999d532d87
2 changed files with 7 additions and 5 deletions
+1 -5
View File
@@ -198,7 +198,7 @@ const Board = ({ setBodyStyle }) => {
</div>
<blockquote key={`t-${thread.cid}`}>
<span key={`q-${thread.cid}`} className="quote">
{'>'}{thread.title}
{thread.title ? `>${thread.title}` : null}
</span>
<br key={`br-${thread.cid}`} />
{thread.content}
@@ -229,10 +229,6 @@ const Board = ({ setBodyStyle }) => {
<a key={`pmb-${reply.cid}`} className="post-menu-button" href="#" title="Post menu" data-cmd="post-menu"></a>
</div>
<blockquote key={`pm-${reply.cid}`} className="post-message">
<span key={`q-${reply.cid}`} className="quote">
{'>'}{reply.title}
</span>
<br />
{reply.content}
</blockquote>
</div>
+6
View File
@@ -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 {