1
0
Fork 0

Load fixes.css (ported from Vesktop).

This commit is contained in:
Akìra 2024-04-30 12:37:13 +00:00 committed by GitHub
parent 9b5cc9cca9
commit 0ba963bc41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,8 @@
Object.assign(document.createElement("link"), {
rel: "stylesheet",
type: "text/css",
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css"
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css",
href: "https://raw.githubusercontent.com/VendroidEnhanced/Vencord/main/src/utils/fixes.css"
})
), { once: true });
})();