garfieeeeld (add shitty loader)

This commit is contained in:
usernames122
2025-08-09 17:22:25 +02:00
parent 55e1616e1b
commit 923e4220ff
4 changed files with 112 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ function createWindow(url, settings) {
const windowDiv = document.createElement('div');
windowDiv.classList.add('window');
windowDiv.style.top = '50px';
if (shouldIndent) windowDiv.style.top = '50px';
if (shouldIndent) windowDiv.style.left = '50px';
windowDiv.style.zIndex = zIndexCounter++;
windowDiv.id = windID;