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

Update classes for new Discord update #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

devgocri
Copy link

@devgocri devgocri commented Feb 2, 2025

Hi, another one lol

Updated classes for new Discord update :D

Should fix #48.

Changes appear working for me on stable 364202 (37108ad) using Vencord 4f5ebec (Vesktop v1.5.4).

@thefunny1111
Copy link

so how do we actually use these files?

@theguy159
Copy link

It doesn't work 100% for me.

The server icons are still circle shaped until hovered.
Avatars inside text channels are still circle shaped.
The message input area now has the border again but it has a border radius on it.

Seems like Discord were not quite done yet with css changes :/

I am running stable 367226 (dabb2aa) using Vencord fcf8690 (Standalone) on Windows 11

@devgocri
Copy link
Author

The server icons are still circle shaped until hovered.
Avatars inside text channels are still circle shaped.
The message input area now has the border again but it has a border radius on it.

Sounds like a Squared issue, which the theme imports here, which hasn't updated after new Discord update yet:

@import url("https://minidiscordthemes.github.io/Squared/sq.min.css");

I have made a separate PR meanwhile for Squared.

You could either change that link locally before compiling to your own, or after compiling change the import link to your own. (I've done this for the temporary theme fixes I sent on Salt's discord, see my pios.min.css and my piOS.theme.css I sent on the Discord)

@theguy159
Copy link

Thanks, that fixed it for me.

I was not aware of the Squared dependency so when I saw that I was using a newer version than you I assumed that Discord had made more css changes since you updated the class names.

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

Successfully merging this pull request may close these issues.

Multiple issues caused by the new discord update
5 participants