mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add icons to thread mobile
This commit is contained in:
@@ -1494,6 +1494,18 @@ const Thread = () => {
|
||||
</span>
|
||||
)
|
||||
</span>
|
||||
<span key={`ti-mob-${index}`} className="thread-icons-mobile" style={{float: "right", marginRight: "18px"}}>
|
||||
{comment.pinned ? (
|
||||
<img src="assets/sticky.gif" alt="Sticky" title="Sticky"
|
||||
style={{marginTop: "-1px", marginRight: "2px",
|
||||
imageRendering: "pixelated",}} />
|
||||
) : null}
|
||||
{comment.locked ? (
|
||||
<img src="assets/closed.gif" alt="Closed" title="Closed"
|
||||
style={{marginTop: "-1px", marginRight: "2px",
|
||||
imageRendering: "pixelated",}} />
|
||||
) : null}
|
||||
</span>
|
||||
<br key={`mob-br1-${comment.cid}`} />
|
||||
{comment.title ? (
|
||||
comment.title.length > 30 ?
|
||||
|
||||
Reference in New Issue
Block a user