Update 1.js

This commit is contained in:
FURK4NGG
2025-02-25 11:43:39 +03:00
committed by GitHub
parent b8bc847299
commit 67880248a6
+1 -1
View File
@@ -26,7 +26,7 @@ function showNotification() {
notification.style.padding = "12px 24px"; notification.style.padding = "12px 24px";
notification.style.borderRadius = "20px"; // Kenarları oval notification.style.borderRadius = "20px"; // Kenarları oval
notification.style.boxShadow = "0 4px 6px rgba(0, 0, 0, 0.1)"; notification.style.boxShadow = "0 4px 6px rgba(0, 0, 0, 0.1)";
notification.style.transition = "bottom 0.5s ease-in-out"; notification.style.transition = "bottom 0.4s ease-in-out";
notification.style.zIndex = "9999"; notification.style.zIndex = "9999";
document.body.appendChild(notification); document.body.appendChild(notification);