We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with Ultra by TheCommieAxolotl
Discord channel: Canary OS: Windows Mod: BetterDiscord Discord language: English
The text was updated successfully, but these errors were encountered:
This issue still persists, is this fixable? @DiscordStyles
Sorry, something went wrong.
in the CSS for the theme, replace:
/* Source */ @import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Clients/betterdiscord.css");
with (all this is doing is going to https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Clients/betterdiscord.css and adding the betterdiscord.css link. the Ultra.css is not needed as it'll be pasted below.):
/* Source */ @import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Ultra.css"); @import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Modules/Clients/BetterDiscord.css");
then go to "https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Ultra.css" and copy everything. then paste it all at the bottom of the file. find this in the pasted text:
rect.pointerEvents_c51b4e { x: 22 !important; y: 1 !important; height: 10px; width: 10px; }
and delete it. Voila. Reload the theme.
OR: Use the css I made. Either works, depends if you want to DIY or not: ultra.theme.css.txt
(NOTE: it didn't let me attach a CSS so you have to rename it from ultra.theme.css.txt to ultra.theme.css)
This must be removed too for the my account UI pfp ring to work:
.accountProfileCard_b69b77 rect.pointerEvents_c51b4e { x: 70 !important; y: 1 !important; height: 15px; width: 15px; }
Updated CSS: ultra.theme.css.txt
No branches or pull requests
Describe the bug
Incompatible with Ultra by TheCommieAxolotl
To Reproduce
Screenshots
Infomation (please complete the following information)
Discord channel: Canary
OS: Windows
Mod: BetterDiscord
Discord language: English
Additional context
The text was updated successfully, but these errors were encountered: