Fix file indention

This commit is contained in:
Amelia Frost 2026-03-24 16:05:21 -07:00
parent 02185d005a
commit 671e67cde4
No known key found for this signature in database
6 changed files with 699 additions and 699 deletions

View file

@ -26,7 +26,6 @@ function patchVersion() {
</span> </span>
`; `;
}); });
} }
const observer = new MutationObserver(patchVersion); const observer = new MutationObserver(patchVersion);

View file

@ -305,7 +305,8 @@ if (!targetParent) return;
document.getElementById('stoat-fake-loadfont') || document.getElementById('stoat-fake-loadfont') ||
document.getElementById('stoat-fake-stoatserver') || document.getElementById('stoat-fake-stoatserver') ||
document.getElementById('stoat-fake-linktree'); document.getElementById('stoat-fake-linktree');
targetParent.appendChild(quickCssBtn); } targetParent.appendChild(quickCssBtn);
}
} }
function applyQuickCSS(css) { function applyQuickCSS(css) {