after the latest update, the position centered toasts seems to have shifted to the right, probably due to overriding of the margins (margin-left: -160px gets overridden by margin: 0 with media query). better use transform: translateX(-50%); instead
Indeed the bug was introduced because of my laziness
The fix is live