mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
more styles fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user