+
-
+
[
Reply
@@ -911,9 +913,11 @@ const Board = () => {
-
+
-
+
+
-
+
[
Reply
@@ -1054,9 +1060,11 @@ const Board = () => {
-
+
-
+
+ style={{marginBottom: "-3px",
+ imageRendering: "pixelated",}} />
>
) : null}
{thread.locked ? (
<>
+ style={{
+ marginBottom: "-3px",
+ imageRendering: "pixelated",
+ }} />
>
) : null}
@@ -1978,11 +1990,13 @@ const Board = () => {
{thread.pinned ? (
+ style={{marginBottom: "-3px", marginRight: "2px",
+ imageRendering: "pixelated",}} />
) : null}
{thread.locked ? (
+ style={{marginBottom: "-3px", marginRight: "2px",
+ imageRendering: "pixelated",}} />
) : null}
+
-
+
[
{}} style={{textDecoration: "none"}} className="reply-link">Reply
@@ -379,9 +379,9 @@ const Description = () => {
-
+
-
+
+
-
+
[
{}} style={{textDecoration: "none"}} className="reply-link">Reply
@@ -359,9 +359,9 @@ const Rules = () => {
-
+
-
+
+ style={{marginBottom: "-3px",
+ imageRendering: "pixelated",}} />
>
) : null}
{comment.locked ? (
<>
+ style={{marginBottom: "-3px",
+ imageRendering: "pixelated",}} />
>
) : null}