mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Visual bug fixes for v1.29
This commit is contained in:
@@ -162,7 +162,6 @@ export class Image extends React.Component<Props> {
|
||||
alt={i18n('imageCaptionIconAlt')}
|
||||
/>
|
||||
) : null}
|
||||
{overlay}
|
||||
{closeButton ? (
|
||||
<button
|
||||
onClick={(e: React.MouseEvent<{}>) => {
|
||||
@@ -199,6 +198,7 @@ export class Image extends React.Component<Props> {
|
||||
{overlayText}
|
||||
</div>
|
||||
) : null}
|
||||
{overlay}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user