joshuah345 / Discord-Stuff

Things i made for client mods
8 stars 28 forks source link

Unity theme #8

Open KrowniLegend opened 2 months ago

KrowniLegend commented 2 months ago

Describe the bug Theme doesen't work :(

OSCProjects commented 2 months ago

The way i partially fixed it was like this:

in Unity.theme.css, like 12 has an error in it

@import url("https://joshuah345.github.io/Discord-Stuff/Themes/Unity/Unity.css"); ^ This has an error, since the Unity.css file is located in Unity/dist/ directory

The proper link is this one: @import url("https://joshuah345.github.io/Discord-Stuff/Themes/Unity/dist/Unity.css");

but even after fixing this link, the UI still appears to be broken

OSCProjects commented 2 months ago

Best way to fix it completely is to use a Fork

Pizzateik commented 2 months ago

Which Fork do you Recommend?

OSCProjects commented 2 months ago

https://github.com/JellyBrick/Discord-Stuff-fork

JellyBrick discord stuff fork worked for me just fine

iM4rco0s commented 4 weeks ago

Hey, it says "Meta not found" do you know what to do?

The way i partially fixed it was like this:

in Unity.theme.css, like 12 has an error in it

@import url("https://joshuah345.github.io/Discord-Stuff/Themes/Unity/Unity.css"); ^ This has an error, since the Unity.css file is located in Unity/dist/ directory

The proper link is this one: @import url("https://joshuah345.github.io/Discord-Stuff/Themes/Unity/dist/Unity.css");

but even after fixing this link, the UI still appears to be broken