mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix icons upscaling
This commit is contained in:
@@ -893,14 +893,16 @@ const Thread = () => {
|
||||
<>
|
||||
|
||||
<img src="assets/sticky.gif" alt="Sticky" title="Sticky"
|
||||
style={{marginBottom: "-3px"}} />
|
||||
style={{marginBottom: "-3px",
|
||||
imageRendering: "pixelated",}} />
|
||||
</>
|
||||
) : null}
|
||||
{comment.locked ? (
|
||||
<>
|
||||
|
||||
<img src="assets/closed.gif" alt="Closed" title="Closed"
|
||||
style={{marginBottom: "-3px"}} />
|
||||
style={{marginBottom: "-3px",
|
||||
imageRendering: "pixelated",}} />
|
||||
</>
|
||||
) : null}
|
||||
<PostMenu
|
||||
|
||||
Reference in New Issue
Block a user