mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-03 15:07:00 +00:00
Restore box for replied messages
This commit is contained in:
parent
3ac957b82d
commit
c9f6f8328c
@ -340,6 +340,15 @@ export const MessageItem = memo(
|
||||
scrollToItem(replyIndex);
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
background: theme.palette.text.primary,
|
||||
height: '100%',
|
||||
width: '5px',
|
||||
flexShrink: 0,
|
||||
}} // This is the little bar at left of replied messages
|
||||
/>
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
padding: '5px',
|
||||
@ -385,6 +394,7 @@ export const MessageItem = memo(
|
||||
{message?.images && messageHasImage(message) && (
|
||||
<Embed embedLink={buildImageEmbedLink(message.images[0])} />
|
||||
)}
|
||||
|
||||
<Box
|
||||
sx={{
|
||||
display: 'flex',
|
||||
|
Loading…
x
Reference in New Issue
Block a user