mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-05 16:06:58 +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);
|
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
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
padding: '5px',
|
padding: '5px',
|
||||||
@ -385,6 +394,7 @@ export const MessageItem = memo(
|
|||||||
{message?.images && messageHasImage(message) && (
|
{message?.images && messageHasImage(message) && (
|
||||||
<Embed embedLink={buildImageEmbedLink(message.images[0])} />
|
<Embed embedLink={buildImageEmbedLink(message.images[0])} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user