@@ -220,7 +220,7 @@
if (timer) { clearTimeout(timer); }
timer = setTimeout(() => { flag = true }, 1500);
}
- visit()
+ // visit()
</script>
</body>
<style>
@@ -239,6 +239,17 @@
box-shadow: none;
+ .toast-center-center {
+ position: fixed;
+ min-width: 220px;
+ top: 50%;
+ left: 50%;
+ text-align: center;
+ transform: translateX(-50%);
+ color: #FFFFFF;
+ border-radius: 0.2rem;
+ }
+
@media (max-width: 480px) and (min-width: 241px) {
#toast-container>div {
min-width: 80px !important;