mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Adjust hourglass vertical alignment
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
this.$('.sand')
|
||||
.css('animation-duration', remainingTime*0.001 + 's')
|
||||
.css('transform', 'translateY(' + elapsed*100 + '%)');
|
||||
this.$el.show();
|
||||
this.$el.css('display', 'inline-block');
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user