Toastmaster
Moved toast from left side to the right 20% of the screen.
div.style
= 'z-index:2;'
+ 'top:20px; width:20%; position:fixed; height:1px;'
+ 'right:0px; display:block;';
Instead of absolute 1180px padding, this positioning stays more or less in the same place at different zoom levels. This does it.
ThankQ all