mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Notification style fix.
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
// Preserve the original values of width and height - they'll need
|
// Preserve the original values of width and height - they'll need
|
||||||
// to be modified during the animation, but can be restored once
|
// to be modified during the animation, but can be restored once
|
||||||
// the animation has completed.
|
// the animation has completed.
|
||||||
var finish = { width: this.style.width, height: this.style.height };
|
var finish = { width: 'auto', height: 'auto' };
|
||||||
|
|
||||||
// The original width and height represented as pixel values.
|
// The original width and height represented as pixel values.
|
||||||
// These will only be the same as `finish` if this element had its
|
// These will only be the same as `finish` if this element had its
|
||||||
|
Reference in New Issue
Block a user