Skip to content
New issue

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 #48

Open
Nova1ite opened this issue Jan 4, 2023 · 3 comments
Open

Incompatible with Ultra by TheCommieAxolotl #48

Nova1ite opened this issue Jan 4, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Nova1ite
Copy link

Nova1ite commented Jan 4, 2023

Describe the bug

Incompatible with Ultra by TheCommieAxolotl

To Reproduce

Screenshots

Screenshot_20230103_051709

Infomation (please complete the following information)

Discord channel: Canary
OS: Windows
Mod: BetterDiscord
Discord language: English

Additional context

@Nova1ite Nova1ite added the bug Something isn't working label Jan 4, 2023
@rahaaatul
Copy link

This issue still persists, is this fixable? @DiscordStyles

@waterdragon78
Copy link

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)

@waterdragon78
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants