From 46c88fa844c4c94514c4004a8524c0408de066bb Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Sat, 2 Jul 2011 12:22:17 -0700 Subject: [PATCH] Notification style fix. --- NzbDrone.Web/Scripts/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.Web/Scripts/Notification.js b/NzbDrone.Web/Scripts/Notification.js index d564c1c4b..c763271f2 100644 --- a/NzbDrone.Web/Scripts/Notification.js +++ b/NzbDrone.Web/Scripts/Notification.js @@ -67,7 +67,7 @@ // Preserve the original values of width and height - they'll need // to be modified during the animation, but can be restored once // 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. // These will only be the same as `finish` if this element had its