Load fixes.css (ported from Vesktop).
This commit is contained in:
parent
9b5cc9cca9
commit
0ba963bc41
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue