diff --git a/src/extension.js b/src/extension.js index 4ac5288..3cf8af5 100644 --- a/src/extension.js +++ b/src/extension.js @@ -484,7 +484,7 @@ let extensionUpdateShowingNotification = function() { yPos = (yTop - yBottom) * getY_position() / 100 + yBottom; // } - theNotification.x = _availablePrimaryRect.x + ((_availablePrimaryRect.width - theNotification.width) * (getX_position() - 50) / 50); + theNotification.x = (_availablePrimaryRect.width - theNotification.width) * (getX_position() - 50) / 50; // JRL changes end // We tween all notifications to full opacity. This ensures that both new notifications and // notifications that might have been in the process of hiding get full opacity.