minor fix to last commit

This commit is contained in:
Amm0ni4 2024-04-28 21:01:58 +02:00
parent 1d06c09007
commit af0f9d9a78
2 changed files with 4 additions and 2 deletions

View file

@ -2752,10 +2752,11 @@
overlay.style.top = '50%';
overlay.style.right = '20px'; // Adjusted to appear in the middle right corner
overlay.style.transform = 'translateY(-50%)';
overlay.style.backgroundColor = 'rgba(255, 255, 255, 0.9)';
overlay.style.padding = '10px';
overlay.style.borderRadius = '5px';
overlay.style.zIndex = '9999';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.9)';
overlay.style.color = '#fff';
// Add title
const title = document.createElement('h3');

View file

@ -34,10 +34,11 @@
overlay.style.top = '50%';
overlay.style.right = '20px'; // Adjusted to appear in the middle right corner
overlay.style.transform = 'translateY(-50%)';
overlay.style.backgroundColor = 'rgba(255, 255, 255, 0.9)';
overlay.style.padding = '10px';
overlay.style.borderRadius = '5px';
overlay.style.zIndex = '9999';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.9)';
overlay.style.color = '#fff';
// Add title
const title = document.createElement('h3');