mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Prevent layout recalculations in some animations
This commit is contained in:
@@ -204,7 +204,7 @@ export function DialogUpdate({
|
||||
<div className="LeftPaneDialog__progress--container">
|
||||
<div
|
||||
className="LeftPaneDialog__progress--bar"
|
||||
style={{ width: `${width}%` }}
|
||||
style={{ transform: `translateX(${width - 100}%)` }}
|
||||
/>
|
||||
</div>
|
||||
</LeftPaneDialog>
|
||||
|
||||
Reference in New Issue
Block a user