mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Fix spacing when a View Once message is viewed
This commit is contained in:
@@ -2589,6 +2589,7 @@ export class Message extends React.PureComponent<Props, State> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<div className="AttachmentStatusIcon__container">
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'AttachmentStatusIcon__circle-icon-container',
|
'AttachmentStatusIcon__circle-icon-container',
|
||||||
@@ -2616,6 +2617,7 @@ export class Message extends React.PureComponent<Props, State> {
|
|||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user