Adjust notification container positioning to right side of screen

This commit is contained in:
Damian-I
2025-03-08 04:10:16 +00:00
parent 87e5b63913
commit 7e69eb9962

View File

@@ -31,10 +31,9 @@
#notification-container {
position: fixed;
top: 20px;
left: 50%;
transform: translateX(-50%);
width: 80%;
max-width: 600px;
right: 20px;
width: 300px;
max-width: 80%;
z-index: 2000;
font-family: Arial, sans-serif;
pointer-events: none;