fix icon alignment to be identical to 4chan

This commit is contained in:
plebeius.eth
2023-06-29 09:00:21 +02:00
parent ff142a3615
commit c8be8e6b19
5 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -893,7 +893,7 @@ const Thread = () => {
<>
&nbsp;
<img src="assets/sticky.gif" alt="Sticky" title="Sticky"
style={{marginBottom: "-3px",
style={{marginBottom: "-1px",
imageRendering: "pixelated",}} />
</>
) : null}
@@ -901,7 +901,7 @@ const Thread = () => {
<>
&nbsp;
<img src="assets/closed.gif" alt="Closed" title="Closed"
style={{marginBottom: "-3px",
style={{marginBottom: "-1px",
imageRendering: "pixelated",}} />
</>
) : null}