prefected changes in last commit

toast slill lags when animation is done, dunno how to fix
added shadow and bg blur to make the toast fit in

cleaned up code aswell
This commit is contained in:
2023-06-04 18:17:17 +01:00
parent 157ba749c0
commit 98f5fe3d38
2 changed files with 57 additions and 51 deletions

View File

@@ -7,7 +7,6 @@ function notLink() {
notLinkToast.className = "show";
setTimeout(
function() {
x.className = x.className.replace("show", "");
}
, 3000);
notLinkToast.className = notLinkToast.className.replace("show", "");
}, 3000);
}