add css
This commit is contained in:
parent
6a0cf35f15
commit
f851493ca9
2 changed files with 5 additions and 0 deletions
3
assets/discord/style.css
Normal file
3
assets/discord/style.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.winButtons_c38106 winButtonsWithDivider_c38106 {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
vencord.enable = true;
|
vencord.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
quickCss = builtins.readFile ../../../assets/discord/style.css;
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
enableReactDevtools = true;
|
enableReactDevtools = true;
|
||||||
themeLinks = [ "https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css" ];
|
themeLinks = [ "https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css" ];
|
||||||
|
|
|
||||||
Reference in a new issue