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

Solana theme broken after latest Discord update #48

Open
Vistaus opened this issue Jan 29, 2025 · 3 comments
Open

Solana theme broken after latest Discord update #48

Vistaus opened this issue Jan 29, 2025 · 3 comments

Comments

@Vistaus
Copy link

Vistaus commented Jan 29, 2025

I just installed the latest Discord update (stable 363351 (5d3df5d) Host 0.0.82 x64 Build Override: N/A Linux 64-bit (6.12.9-3-cachyos)) and now this beautiful theme isn't working anymore. 🙁

@SuperStefan84
Copy link

SuperStefan84 commented Feb 1, 2025

I just installed the latest Discord update (stable 363351 (5d3df5d) Host 0.0.82 x64 Build Override: N/A Linux 64-bit (6.12.9-3-cachyos)) and now this beautiful theme isn't working anymore. 🙁

Yeah, Discord changed some CSS class names again. I'm not sure if the author will update the theme, so you can either change the imports to my version, or you can download the whole file from my fork. Just be aware that I’ve adjusted some settings for my 9:16 1080x1920p monitor.

So change:

/* Addons */
@import url(https://maendisease.github.io/BetterDiscordStuff/css/bdAddonMini.css);

/* Warning to Remove Minimum Size */
@import url(https://maendisease.github.io/BetterDiscordStuff/Themes/Float/addon/RemoveMinimumSize.css) (width: 940px);

/* Source */
@import url(https://maendisease.github.io/BetterDiscordStuff/Themes/Float/Float.css) (max-width: 940px);

/* If your theme has custom settings icons, delete or comment this line */
@import url(https://maendisease.github.io/BetterDiscordStuff/Themes/Float/addon/SettingsIcons.css) (max-width: 940px);

To:

/* Addons */
@import url(https://cdn.jsdelivr.net/gh/SuperStefan84/BetterDiscordFloatTheme/css/bdAddonMini.css);

/* Warning to Remove Minimum Size */
@import url(https://cdn.jsdelivr.net/gh/SuperStefan84/BetterDiscordFloatTheme/Themes/Float/addon/RemoveMinimumSize.css) (width: 940px);

/* Source */
@import url(https://cdn.jsdelivr.net/gh/SuperStefan84/BetterDiscordFloatTheme/Themes/Float/Float.css) (max-width: 940px);

/* If your theme has custom settings icons, delete or comment this line */
@import url(https://cdn.jsdelivr.net/gh/SuperStefan84/BetterDiscordFloatTheme/Themes/Float/addon/SettingsIcons.css) (max-width: 940px);

And it should work (it's working for me at least xd).

@Vistaus Vistaus changed the title Theme broken after latest Discord update Solana theme broken after latest Discord update Feb 1, 2025
@SuperStefan84
Copy link

SuperStefan84 commented Feb 1, 2025

Okay yeah i think Solana is working too now link

@Vistaus
Copy link
Author

Vistaus commented Feb 1, 2025

Okay yeah i think Solana is working too now link

Yeaahhhh, thank you so much! 🙂

And sorry I wasn't clear before which theme I meant. I clicked the GitHub link and expected a repo with only the Solana theme. Should've looked more carefully…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants