mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +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 (
|
||||
<div className="AttachmentStatusIcon__container">
|
||||
<div
|
||||
className={classNames(
|
||||
'AttachmentStatusIcon__circle-icon-container',
|
||||
@@ -2616,6 +2617,7 @@ export class Message extends React.PureComponent<Props, State> {
|
||||
)}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user