mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
perf(board): remove redundant margin, might impact virtuoso
This commit is contained in:
@@ -1780,7 +1780,7 @@ const Board = () => {
|
|||||||
<hr key={`hr-${index}`} />
|
<hr key={`hr-${index}`} />
|
||||||
<div key={`pi-${index}`} className='post-info'>
|
<div key={`pi-${index}`} className='post-info'>
|
||||||
{commentMediaInfo?.url ? (
|
{commentMediaInfo?.url ? (
|
||||||
<div key={`f-${index}`} className='file' style={{ marginBottom: '5px' }}>
|
<div key={`f-${index}`} className='file'>
|
||||||
<div key={`ft-${index}`} className='file-text'>
|
<div key={`ft-${index}`} className='file-text'>
|
||||||
Link:
|
Link:
|
||||||
<a key={`fa-${index}`} href={commentMediaInfo.url} target='_blank' rel='noopener noreferrer'>
|
<a key={`fa-${index}`} href={commentMediaInfo.url} target='_blank' rel='noopener noreferrer'>
|
||||||
@@ -2027,7 +2027,7 @@ const Board = () => {
|
|||||||
{thread.pinned ? (
|
{thread.pinned ? (
|
||||||
<>
|
<>
|
||||||
|
|
||||||
<img src='assets/sticky.gif' alt='Sticky' title='Sticky' style={{ marginBottom: '-1px', imageRendering: 'pixelated' }} />
|
<img src='assets/sticky.gif' alt='Sticky' title='Sticky' style={{ imageRendering: 'pixelated' }} />
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
{thread.locked ? (
|
{thread.locked ? (
|
||||||
@@ -2761,7 +2761,7 @@ const Board = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{replyMediaInfo?.url ? (
|
{replyMediaInfo?.url ? (
|
||||||
<div key={`f-${index}`} className='file' style={{ marginBottom: '5px' }}>
|
<div key={`f-${index}`} className='file'>
|
||||||
<div key={`ft-${index}`} className='file-text'>
|
<div key={`ft-${index}`} className='file-text'>
|
||||||
Link:
|
Link:
|
||||||
<a key={`fa-${index}`} href={replyMediaInfo.url} target='_blank' rel='noopener noreferrer'>
|
<a key={`fa-${index}`} href={replyMediaInfo.url} target='_blank' rel='noopener noreferrer'>
|
||||||
|
|||||||
Reference in New Issue
Block a user