mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix icon alignment to be identical to 4chan
This commit is contained in:
@@ -893,7 +893,7 @@ const Thread = () => {
|
||||
<>
|
||||
|
||||
<img src="assets/sticky.gif" alt="Sticky" title="Sticky"
|
||||
style={{marginBottom: "-3px",
|
||||
style={{marginBottom: "-1px",
|
||||
imageRendering: "pixelated",}} />
|
||||
</>
|
||||
) : null}
|
||||
@@ -901,7 +901,7 @@ const Thread = () => {
|
||||
<>
|
||||
|
||||
<img src="assets/closed.gif" alt="Closed" title="Closed"
|
||||
style={{marginBottom: "-3px",
|
||||
style={{marginBottom: "-1px",
|
||||
imageRendering: "pixelated",}} />
|
||||
</>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user