garfieeeeld (add shitty loader)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user