#🏥-vencord-support-🏥
1 messages · Page 688 of 1
i lied this is false
alternatively you can use PTB because i think(?) it didn't get the update?
I'm not updating it unless it hits stable and stays
oh 😭
weird
im on stable and i have it??
hii, can somebody tell me why Reverse User Area doesn't work anymore? I reinstalled Vencord also did repar/uninstall nothing works.
every other .css works but not reverse user area
i tried evie's .css doesnt work and newest still doesnt work don't know what to do
Yikes, it did
I had
.typing_b88801 {
position: relative;
height: 0;
}
.scrollerSpacer__36d07 {
height: 25px !important;
}
.typingDots_b88801, .cooldownWrapper_b21699 {
margin-bottom: -25px;
}
.channelBottomBarArea_f75fb0 {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
.chatTypingGradientNotAtBottom__36d07 {
visibility: hidden;
}
in my custom CSS, but it no longer works, I tried the class updater, but it didn't do anything.
Time to try to update it -_-
how do u even generate the diff file from sarah's thing
with those weird numbers n shit
i mean i alr fixed the "revert chat bar" css manually
@barren zodiac hi do you use revert user area?
Mind sharing?
literally just go thru each of these
and manually replace them
idk if i did it right i dont wanna share something if its wrong
vesktop settings panel isnt appearing on settings context menu
it never has

idk why actually
i have gone insane
Here, chat fixed. Not that hard.
.faa96b2163f6a142-typing {
position: relative;
height: 0;
}
._36d072eab2b2e737-scrollerSpacer {
height: 25px !important;
}
.b8880176888cc928-typingDots, .b216994de061a9e2-cooldownWrapper {
margin-bottom: -25px;
}
.f75fb00fb7356cbe-channelBottomBarArea {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
._36d072eab2b2e737-chatTypingGradientNotAtBottom {
visibility: hidden;
}
thats like not even close to the entire thing tho
For your version probably.
for the version in the pins
where did all my sets go on my custom css
for the most up to date most correct one
new discord css change
left: calc(var(--custom-guild-list-width) + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)*2);
box-sizing: border-box;
.actionButtons_e131a9 button {
padding: 0;
}
/* GameActivityToggle Fix (delete if you don't use) */
/* .container__37e49 {
padding: var(--space-xxs);
gap: var(--space-4);
>.buttons__37e49 {
gap: 0;
}
>.avatarWrapper__37e49 {
min-width: 32px !important;
>.avatar__37e49 {
scale: 0.9;
}
}
} */
}
nav.guilds__5e434 {
margin-bottom: 0 !important;
}
.sidebar__5e434:after {
display: none;
}
/* BetterFolders fix (delete if you don't use) */
/* .vc-betterFolders-sidebar~section.panels__5e434 {
left: calc(var(--custom-guild-list-width)*2 + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width)*2 - var(--space-xs)*2 ) !important;
} */```
doesnt work anymore need to be fixed
Yes, that version changes a lot of other stuff though.
it changes it to be like it was before
with the better looking attachment button and stuff
Well i don't personally mind the other stuff, I just want the typing fixed.
@barren zodiac can you share with me your .css
mine doesnt work anymore
and dont know why..
here's the fixed version of the pinned css
/* revert chat input position */
.f75fb00fb7356cbe-channelTextArea {
margin-bottom: 25px;
}
/* revert chat input height */
.align-chat-input {
--custom-channel-textarea-text-area-height: 52px;
}
.align-chat-input ._0923f156a0410684-attachWrapper {
padding-top: 10px;
padding-bottom: 10px;
}
/* revert typing bubbles position */
.align-chat-input .b8880176888cc928-inTextChannel.b8880176888cc928-base {
bottom: 0px;
top: auto;
}
.align-chat-input .b8880176888cc928-inTextChannel .b8880176888cc928-typingDots {
margin-left: 5px;
}
.align-chat-input .b8880176888cc928-inTextChannel .b8880176888cc928-text {
margin-left: 0cqw
}
/* move chat back down to usual position */
._36d072eab2b2e737-scrollerSpacer {
height: 28px !important;
}
/* revert color of typing username */
.align-chat-input .b8880176888cc928-inTextChannel .b8880176888cc928-text>strong {
color: var(--text-secondary);
}
/* change attachment button svg back */
._0923f156a0410684-attachButton path {
d: path("M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-17a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z");
}
/* attempt to fix typing issue */
.b8880176888cc928-inTextChannel.b8880176888cc928-base {
/* positioning */
position: absolute !important;
bottom: -5px !important;
top: auto;
left: 8px;
right: 8px;
z-index: 9999 !important;
/* box model */
margin: 0;
padding: 6px 8px;
/* behavior/visual tweaks */
pointer-events: auto;
transform: none;
transition: none;
}
/* fix announcement channel bars margins */
._44df51b030bd5ece-wrapper {
margin-bottom: 10px;
}
/* fix typing indicator being too close to names */
.b8880176888cc928-inTextChannel .b8880176888cc928-text {
margin-left: 10px;
}
/* remove weird gradient thing */
._36d072eab2b2e737-typingGradientNotAtBottom {
mask: none !important;
}```
discord did it again didn't they? 
so fucking annoying
tru
waiting for syndishanx to update his class updater site
clearvision for me
everyone`s mate everyones
thats how it looked before lmao
there a way I can get em all back or
the new classes are in https://github.com/IBeSarah/DiscordClasses/blob/main/brokendiscordclasses121125.json
have no idea how any of this works bro all ik is that these were mine before
@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");
@import url('https://chloecinders.github.io/visual-refresh-compact-title-bar/hidden.css');
:root {
/* Only include this part if you wish to change these variables /
/ You can change the size but only to be less than 48px, you must change the blob scale too */
--guildbar-avatar-size: 48px;
--blob-scale: 48;
--guildbar-folder-size: var(--guildbar-avatar-size);
--folder-blob-scale: var(--blob-scale);
}
.visual-refresh div[class^="sidebar_"] section[class^="panels_"] {
width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px);
left: var(--custom-guild-list-width);
bottom: 0px;
border-radius: 0px;
border: none;
}
.visual-refresh nav[class*=guilds_] {
margin-bottom: unset;
}
.visual-refresh section.panels_c48ade {
left: calc(var(--custom-guild-list-width) + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)*2);
box-sizing: content-box;
.actionButtons_e131a9 button {
padding: 0;
}
/* GameActivityToggle Fix (delete if you don't use) /
/ .container__37e49 {
padding: var(--space-xxs);
gap: var(--space-4);
>.buttons__37e49 {
gap: 0;
}
>.avatarWrapper__37e49 {
min-width: 32px !important;
>.avatar__37e49 {
scale: 0.9;
}
}
} /
}
nav.guilds_c48ade {
margin-bottom: 0 !important;
}
.sidebar_c48ade:after {
display: none;
}
/ BetterFolders fix (delete if you don't use) /
/ .vc-betterFolders-sidebar~section.panels_c48ade {
left: calc(var(--custom-guild-list-width)*2 + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width)*2 - var(--space-xs)*2 ) !important;
} */
/* REMOVE QUICK REACT BAR */
.button_f7ecac.hoverBarButton_f84418:nth-of-type(1),
.button_f7ecac.hoverBarButton_f84418:nth-of-type(2),
.button_f7ecac.hoverBarButton_f84418:nth-of-type(3),
.separator_f84418 {
display: none;
}
do i put this into the edit quickcss thing and reload my discord
if u want u can manually raise the user area lmao
its prob one css
fuckass discord updating again
nobody wanted a new search bar anyway the old one was fine
My servers are covered again, why is Discord doing this to me ;-;
Other one I missed a class, THIS really fixes it.
.b8880176888cc928-typing, .b8880176888cc928-base, .faa96b2163f6a142-typingUsers {
position: relative;
height: 0;
}
._36d072eab2b2e737-scrollerSpacer {
height: 25px !important;
}
.b8880176888cc928-typingDots, .b216994de061a9e2-cooldownWrapper {
margin-bottom: -25px;
}
.f75fb00fb7356cbe-channelBottomBarArea {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
._36d072eab2b2e737-chatTypingGradientNotAtBottom {
visibility: hidden;
}
lol mb that's why my revert user area doesnt work anymore
fr bro it so annoying
lol
im sure this one is from scattagain
spam 20 more times please
currently making a script to parse the old and new files from sarah's github and it seems like a lot of the values dont exist anymore @cosmic mauve
like noiseCancellationTooltip just isnt a thing anymore?
there's only popout but no tooltip ig


Grrr im so desesperate i want the midnight theme creator to fix it nowwww!!!11!1!1!1!!
Why does my discord sidebar look like this?
i used a plugin https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css
which restored the server icons to circles but now it looks like this and i tried to use the theme fixer but still didnt fix
.
is this from vencord or discord ?
ok
That’s a theme, not a plugin
ok thats what i meant anyway
why did it break just now tho
Just downloaded latest vencordinstaller, repair doesn't work
u got the same issue?
Because Discord changed stuff
Vencord being repaired or updated can’t fix themes likely ever
No I mean vencord isn't working at all
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
Do I lose anything ?
No but you should have backups beforehand
@glossy siren 😁
Do not ping other users for support (including replying with a ping to unrelated support messages). Do not send direct messages or friend requests for help.
They likely already know
@cosmic mauve made a python script to try and convert all the new css changes from sarah's github to a diff file for ur website
currently doing that (but since theres so many its taking a while)
170 of them failed but the other 20k worked
i mean it's done
want me to send u it?
so u can update ur site
wait lemme test if it even works
This is best done in dms and not the support channel
oh yea sry 😭 i forgot this is the support channel
mb
trying to manually fix my custom CSS (since it was a custom made) but i dont really have experience in doing this so im gonna quickly ask, what should i replace wrapper with to like make this work (second image)
what do i do
Did you dm the person?
yes i did
How long had it been
like 3 hours now
well I pray my snippets get updated, I use a few, how the heck can so much in Discord change while so little is actually changing? Do they just change the ID of all the elements every once in a while?
@shell veldt dmed them
thats what they did yes
be patient
Is there any functional purpose to that other than screwing with mods?
You can wait
discord devs when it comes to adding anything useful
People have lives to do
probably preparing for other changes
im assuming
i wouldnt say theyre doing it specifically to screw over people with custom css, they probably have their own reasons
hi where i can finds basic themes like midnight ?
if a snippet updates, will I see the changes?
all themes i see are animes one 🙁

literally everytheme is anime lol
not my problem 
better asked in #🎨-theme-development
noted
discord updating the UI for the 3245th time in the month to add minuscule changes:
i tried to install vencord. Used discord deb package on kde neon then ran installer and it apparently patched successfully. However even after restart i see no sign of vencord anywhere in dc
did clearvision get updated or am i crazy
Why are you asking vencord
Hi i wanted to report that my theme wont load
We cant do anything about themes just like the bot says
same
hey is there no way to downgrade the discord ver? this new update is ass
No
oh so there is a new update?
where is that script that autoconverted your scripts to latest discord obfuscation?
thats why most of css is not working anymore?
ah thanks am blind
(Also not obfuscated)
isnt the random garbage it turns into obfuscation?
changes file will be updated soon it isn't yet
it's still using the old one
only if ur discord isnt updated
all of the themes are broken tho
the latest stable version has an even different different one
wheres the bigger server icons experiment? is it gon? :(
Probably
mine is, my simpler "themes" to hide the titlebar and make my avatar collapsable still work
is there a theme for it orrr
how can i fix this? first time it happens and ive been using vencord for over a year or 2 now
Probably but I’m not an encyclopaedia of themes
I tryed my theme on the thing and it didn't even do anything
i reinstalled vencord itself and also went to the directory
Not much we can do about that
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
for the quick CSS i've been using, how would i go about/where would i look to fix it
assuming there is some documentation about it somewhere
@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");
:root {
--guildbar-avatar-size: 48px;
--blob-scale: 48;
--guildbar-folder-size: var(var(--guildbar-avatar-size));
--folder-blob-scale: var(var(--blob-scale));
}
.visual-refresh div[class^="sidebar_"] section[class^="panels_"] {
width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px);
left: var(--custom-guild-list-width);
bottom: 0px;
border-radius: 0px;
border: none;
}
.visual-refresh nav[class*=guilds_] {
margin-bottom: unset;
}
Nope
no documentation i can check to fix it myself?
shame :/
This may sound stupid, I want to find where to add the user-scripts folder but I don't know where, it says src (yes I'm aware what that means) but I don't know where the src is
Custom plugins aren’t supported
No support is provided for installing Custom plugins. Do not continue asking or you will permanently lose access to support.
No longer?
Never were
Nvm I think only my theme is broken
If you want third party plugins, need to figure it out yourself
Oh, I thought they were a 'use at your own risk' typa thing...
Nah I’m here too
They are
ah fukin... discord didn't show that channel...
i woulda checked there if i saw it :/
I mean only the theme not vencord itself
Am I the only one who has problems with vencord? Mines just not working
Yup my theme is black
Mine too. But the vencord settings aren't there idk why
My day has been absolutely ruined 💔 now I can't see Ena Joelg
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
I guess I'll use Onyx for now
It just stopped working idk why. I re-installed everything about 4 times
Mine are there, thought it was a vencord as a whole issue but realized it’s just theme
Stop for now it's useless
Please don’t come here saying your theme is broken
We cant do anything about it and it just fills up the chat
Check your plugins theme won't work
Do you mean vencord or themes?
@glossy siren guildbarrevert broke because of the new css changes
nav[class*="guilds_"] should now be nav[class*="-guilds"]
likewise listItemWrapper__ should be -listItemWrapper and all the other stuff etc etc
speaking of, i checked and didn't see it, though i may be blind and missed it.
is there a plugin that automatically will enable the "Show all channels" checkbox
do for anyone on macos after update discord is veryyyy slow?
Vencord itself. Its just not working anymore. Idk why
Discord issue likely
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
if anyone uses guildbarrevert this is why it broke
syndi's tool will not fix that because guildbarrevert uses a different way to get css classes so it has to be manually updated
took 1-5 sec to letters or button to work
So yeah discord issue likely
hey all im just wondering if anyone will knows a way to fix custom CSS because i had a few lines that would hide the activity feed on rightside now it re appears and it seems it no longer works any ideas?
you use guildbarrevert so you'll just have to wait till amelia/scatt/scattagain updates it
can't be fixed using syndi's tool cuz guildbarrevert uses a different way of getting classes
are custom/quick CSS just broken now with a recent discord update?
i saw just about to ask, do you know if they still activly work on themes/css and stuff?
just trying to figure out if it's something that will be fixed in time or i'll need to dig around in documentation myself to fix
thats strange my cpu not even used by discord at all, thx for answer
i think i can fix it manually gimme a sec
just tryna figure out wat the hell this is lmao
from guildbarrevert
broken css
does anyone know how to revert the current Discord UI to the old one?
Can’t without themes
do you know of any good themes that do so?
Nope
yes, discord has renamed several things, concerning window buttons that i wanted to remove (cos it annoyed me that i now have two since last month) we went from class="winButtons_c38106" to class="c38106a3f0c3ca76-winButtons
anyone know which themes they fixed?
check with the theme dev
We aren’t an encyclopaedia of themes, we don’t know which ones are fixed or not
https://syndishanx.github.io/Website/Update_Classes.html takes care of those updates but guildbarrevert is still broken till scattagain manually updates it
u could simply fix them manually
with syndi's tool
Doesn’t always work
Generally its better for the average user to just wait for the theme author to fix the theme
damn now i cant hide that annoying active now thing on the home screen
so uh concerning repairing vencord on linux, do i have to keep pasting this in the terminal every time to do so, or is there a simple command that i can use to open the install/reinstall/repair tool
That I don’t know
oh yea ig the average user isnt a programmer probably 😭
The average support user has at most 4 brain cells
aw... do you know anyone that does know?
Unfortunately no
If reinstalling is a pain, I recommend vesktop
Better linux support
Vencord preinstalled
(Also made by vencord)
that is fair, being that i have needed to do this 3 times already has annoyed me, so ill probably switch to it
Discord fighting specifically against themes is the stupidest thing
Not plugins, not vencord, just themes...
feels like they do with how frequently these things break
here's the new guildbarrevert which SHOULD hopefully work
if it doesnt ig just wait for scattagain to update it
it wooorokssss
oh my god its horrible bro the square server icons god make it stop
Has someone restored the old user panel?
@import url("https://scattagain.github.io/VencordStuff/css/GuildbarRevert.css");
@import url('https://raw.githubusercontent.com/surgedevs/visual-refresh-compact-title-bar/refs/heads/main/desktop.css');
:root {
/* Only include this part if you wish to change these variables /
/ You can change the size but only to be less than 48px, you must change the blob scale too /
--guildbar-avatar-size: 48px;
--blob-scale: 48;
--guildbar-folder-size: var(--guildbar-avatar-size);
--folder-blob-scale: var(--blob-scale);
}
.visual-refresh div[class^="sidebar"] section[class^="panels"] {
width: calc(var(--custom-guild-sidebar-width) - var(--custom-guild-list-width) + 1px);
left: var(--custom-guild-list-width);
bottom: 0px;
border-radius: 0px;
border: none;
}
.visual-refresh nav[class=guilds_] {
margin-bottom: unset;
}
.visual-refresh section.panels_c48ade {
left: calc(var(--custom-guild-list-width) + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width) - var(--space-xs)2);
box-sizing: content-box;
.actionButtons_e131a9 button {
padding: 0;
}
/ GameActivityToggle Fix (delete if you don't use) /
/ .container37e49 {
padding: var(--space-xxs);
gap: var(--space-4);
>.buttons37e49 {
gap: 0;
}
>.avatarWrapper37e49 {
min-width: 32px !important;
>.avatar37e49 {
scale: 0.9;
}
}
} /
}
nav.guilds_c48ade {
margin-bottom: 0 !important;
}
.sidebar_c48ade:after {
display: none;
}
/ BetterFolders fix (delete if you don't use) /
/ .visual-refresh [style$="grid-area: betterFoldersSidebar;"]~section.panels_c48ade {
left: calc(var(--custom-guild-list-width)2 + var(--space-xs));
width: calc(100% - var(--custom-guild-list-width)2 - var(--space-xs)2 ) !important;
}/
waiting for this for the most part
css broken
so we need to wait?
Real this is annoying ngl
Yep
I pushed the Reroll to my Class Updater for anyone who needs it
anyone got an idea what to do with this?
for the visual-refresh-compact-title-bar, go to https://discord.com/channels/1015060230222131221/1354203100872835123 (i.e. try importing https://raw.githubusercontent.com/G0d0fninjas/visual-refresh-compact-title-bar/refs/heads/experimental/desktop.css instead)
the installer just straight up isnt working for me. i try to launch it and it doesn't open anything
If the installer doesn't open, follow the second section of the install instructions.
I gave up and got into bed when i restarted my laptop after i saw that the css dosen't work and everything is meh
i guess but i kinda dislike it cuz its a web app instead of actual discord which means i cant use stuff like activity stuff and some other things
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @prime garden)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
i got the same issue; reinstalling discord and vencord seemed to work, but for some reason my themes are not working anymore
i only have 2 themes and neither work. i will try downloading some more just ot test them if they work or not
My friend with the same CSS does have the classic look but i dont, anyone know what could be causing it?
Lol, well glad I came into vencord dc to go and see that themes are broken
(Discord is also a web app)
but displaying games and stuff works on discord "desktop" whereas in vesktop it doesnt
I know what you mean however
Anyone have a theme not broken
yea mine isnt working..
The game activity does work, just finicky
think its a global issue for only some people; my friends themes work just fine
For me the server pictures are missaligned 🥀
Be me when I'm the theme dev trying to fix my theme lol.
yea they are partially out of boundries lol
sure
Here or?
would you mind taking a look at the theme i have and seeing where the problem is
DMs is fine
whats the diff file for the theme fixer tool?
Its optional
the theme class updater is peak ty
the what?
Theme updater in #theme-support
used the updater tool and it replaced the css with an infinite loop of this:/* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /D/ ADD ADDITIONAL CSS BELOW HERE /A/ ADD ADDITIONAL CSS BELOW HERE /R/ ADD ADDITIONAL CSS BELOW HERE /K/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /T/ ADD ADDITIONAL CSS BELOW HERE /H/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE /M/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /D/ ADD ADDITIONAL CSS BELOW HERE /A/ ADD ADDITIONAL CSS BELOW HERE /R/ ADD ADDITIONAL CSS BELOW HERE /K/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /T/ ADD ADDITIONAL CSS BELOW HERE /H/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE /M/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE /// ADD ADDITIONAL CSS BELOW HERE //* ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /D/ ADD ADDITIONAL CSS BELOW HERE /A/ ADD ADDITIONAL CSS BELOW HERE /R/ ADD ADDITIONAL CSS BELOW HERE /K/ ADD ADDITIONAL CSS BELOW HERE / / ADD ADDITIONAL CSS BELOW HERE /T/ ADD ADDITIONAL CSS BELOW HERE /H/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD ADDITIONAL CSS BELOW HERE /M/ ADD ADDITIONAL CSS BELOW HERE /E/ ADD
What did you input
hello where is my badge 
my vencord background aint showing up
how can i get my badge rn i dmed him and all
message vending.machine, nothing we can do
Be patient
its normal to take more than 5 hours?
they're busy and you're not the only donor
ah
um
this sucks i made my own theme and now its broken and the tool wont fix it and i have tried for 2 hours and still cant figure it out
damn bro do you know what going on?
I thought only I had the problem
its the recent discord update
took me 10 seconds :3
discord pushed an update that broke themes, it's up to theme developers to fix their themes
clearvision v7
it didnt work; it changed nothing
hopefully wont take long lol normal dc is dreadful to look at
maybe too early to ask but any known themes already updated?
bre
"It will probably fix it." not a guarantee
I don't really use themes or keep track of them so I dunno
will the fixes roll out automatically? or do i have to go back and find each css thread
alr thanks
just look at very recently updated themes on the betterdiscord theme store
ok
Hi everyone. Do you know of a plugin that let's me see a website link in an <iframe>
It aint possible to downgrade discord yeah
Its an active theme so should be fixed soon
Correct
Should be automatic
Is it just me or my CSS plugins aint working
I think its time to start muting those who don’t read
I can't read what does this say
how to fix this issue
Your Discord seems to have installed in the wrong place. This could be due to a variety of issues.
To fix it, click the "Take me there!" button and follow the instructions in the dialog, and please make sure Discord is closed.
Here’s a tutorial video if you’re having trouble: https://cdn.discordapp.com/attachments/796383204667686913/1273973233619832843/Please_Have_The_Ability_To_Read.mp4?ex=67792188&is=6777d008&hm=2aeb64f2f9f55f73f22e3a969151d2a576fe2c17a0e35b51fa9c2132b0ef3809&
@barren zodiac im using your css snipit of the guildbar fix and the pings look like this, is there a way to fix it?
If anyone is using clearvision v7 you can somewhat fix it with this quick CSS:
:root {
--background-gradient-chat: rgba(0, 0, 0, 0.3);
--background-gradient-lower: rgba(0, 0, 0, 0.3);
--background-base-lower: rgba(0, 0, 0, 0.1);
--custom-theme-base-color-hsl: 0 0% 0%;
--custom-theme-base-color-amount: 90%;
--custom-theme-base-color: rgba(0, 0, 0, 0.1);
--hsl-background-shading: rgba(0, 0, 0, 0.1);
}
._960e4207cea8323e-bg {
background: var(--background-image) var(--background-position)/var(--background-size) no-repeat;
background-attachment: var(--background-attachment);
filter: var(--background-filter);
z-index: -1;
}
even though I selected the correct location, Im still getting the same issue
You need to follow the instructions
Selecting the location on the vencord installer wont fix the issue
Discord is the issue
oke thanks
what does "clear message log" do?
it clears the message log
(will delete any logged messages)
ohhhh
so like, if you edit something or someone deletes something in dms
and you do delete message log
yea
gocha, that makes a lot of sense
I have this css (I've stolen it from the css snippet which I don't remember from):
.layerContainer__59d0d .positionLayer__08434 {
height: 85vh !important;
}
and it was just making emoji window much bigger in height. Does anyone who is good in theming tell me what should I change this to?
edit: nvm, the tool in the #theme-support fixed it for me
why wont my quick css work???
hi uh for some reason my vencord installer thing doesnt change my actual discord and idk, this is my first time even using desktop discord other than on my old school chromebook im sorry
i got the laptop literally today
Use the chrome extension on chromebooks
You’ll need to use discord on the web browser
no im on a lap top now
Ah my bad
like a personal one, i was just saying that im not well versed in desktop discord
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
I had a similar issue, use the cli instead
Are you able to do this?
let me check
/vencord-debug
Huh, looks like you tried to send Vencord debugging info, but it didn't quite work. Please check if you have Legacy Chat Input enabled in Settings > Accessibility. If not, it could be that your Vencord is corrupt or not installed! Please reinstall/repair using the installer.
Yeah isnt installed
Try this for me
And does pressing install show any errors?
no i just got this
Ok then its a discord issue
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @haughty goblet)
Try this
Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9218
Platform: Win32
Last Crash Reason: N/A
Yup
Np
why my themes ain't working?
Discord new update I guess
alr thanks
Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9218
Platform: Win32
Last Crash Reason: N/A
Discord pushed an update that changed all css classnames. This means that most themes and css broke.
Solutions
- Read #theme-support and try to use the tool linked there. If it works, great you're done
- If your theme is still maintained, wait for the theme authors to fix it
- If your theme is unmaintained, find a new theme
why am i in the moderator only channel
Comedy
so uh
my vencord is stuck with both title bars enabled how would i fix this
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
can sm1 fix this its my css the tray is overlapping my serverlist i got the titlebar back and the icons r smaller
HELP
no need to shout
Vencord: v1.13.9 • 21e6178 (Standalone) - 16 Dec 2025
Client: stable ~ Discord Desktop v1.0.9219
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
hmmmmm
this is why that happened hm? love that.
Do you need help?
srry this bot is peeing me off
nah i just clicked wrong just this crashed,mb mb
i do
I cant help with themes sorry
its css
Could try asking in #🎨-theme-development
typical discord
ahh nothing helped :P ig i need to wait for it to update
We really need a autoreaponse for “is it possible to downgrade discord/vencord”
ima c if they did get updated
how tho
how to downgrade
Bruh
you cannot
did something break the server icon bar? I had the icons be round instead of squared, but it looks like something broke that too. it there a fix going yet?
vmute 5 failed to do basic research (rule 12) and read https://discord.com/channels/1015060230222131221/1450155350941630495 or the very handy bot message conveniently saying what is wrong
Done!
Muted sorcerons (@balmy lagoon) for 0 seconds
First victim
Oh 0 seconds moment
noob 
Consider yourself lucky
what does this say, i can't read english
Google's service, offered free of charge, instantly translates words, phrases, and web pages between English and over 100 other languages.
i read that, i wasn't sure if the theme meant any part of the display, or just the actual background or custom themes, my bad
does anyone know why vencord is randomly crashing? my discord has been deciding to restart for no reason randomly for like a month straight and its rlly annoying
I used the theme updater , still broken. time to wait?
horror story
thats a virus
@balmy lagoon discord broke all css in an update, it's up to theme/css devs to fix their themes, nothing we can do on our side
can someone please translate this in mongolian throat singing.
i get that! i just misunderstood the definition of theme, thats my bad
when will the frosted glass theme be fixed
why am i on the pin of shame
im very angry
vmute 5m failed to do basic research (rule 12) and read https://discord.com/channels/1015060230222131221/1450155350941630495 or the very handy bot message conveniently saying what is wrong
Done!
Muted slackify (@broken monolith) for 5 minutes
Its the pin of funny
not all of them are out of shame 
Hey, I just wanted to check in cause my Guildbar Revert is also broken, has anyone contacted the creator of that to make sure it'll be fixed?
I have them commented out rn, I just wanted to be sure that's been done.
can you say it in mongolian throat singing
^
Since i don't want to lurk in a support server, is there an expected timeline for the support teams to fix all this? NOT asking for help, just want to know if this might be days, or weeks
remove vencord and see if it still happens
if it does, it's a discord/system issue
day 1 no skeuocord.. 
hopeefully the theme is fixed this week
give it 30 biscuit days
If it's anything like mine, I think it's a system thing.
we can't fix other people's themes, it varies by the developer
its prob a discord issue then damn
how did you fix it
Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9218
Platform: Win32
Last Crash Reason: N/A
⚠️ Activity Sharing disabled
im a little lacking in the tech side, so lemme just ask- I didn't use any custom "theme" themes, i just used quickcss for visual refresh stuff. would this mean i just have to wait for the people who gave the codes and commands to make new github stuff and put it in the proper channel?
some are updated fast, some are updated slow, some are abandoned and won't be updated at all
yes
thank you!
i dont have any themes installed/enabled yet im getting weird UI issues. is this also related to the problem?
i thought it was just for themes, but i dont have any enabled
what about quickcss?
What issues
nothing in quickcss, some text that is suppose to be white is appearing black
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @prime garden)
Vencord: v1.13.9 • 21e6178 (Standalone) - 15 Dec 2025
Client: stable ~ Discord Desktop v1.0.9219
Platform: Win32
Last Crash Reason: crashed
⚠️ Activity Sharing disabled
lol
building from source isnt gonna help
what?
I think they mean they're using a dev build already
i never said it was lol
and just realised that means no support
Just realised its a completely different person
me too 😭
yes this
and this
who can help me with my custom plug
thanks though
Yourself
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with unofficial versions (e.g. Equicord) or user plugins. Also do not ask us for help with getting any of these unofficial versions.
i dont know how to add it
Read rule 13
ok eah this is def a discord issue its crashing just as much as when i didnt have vencord
w app i love when devs ruin it every update
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @formal berry)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
can always try this
Is there a way to fix having to discord title bars i had it set to use discord custom and when i changed it to use the windows native the discord custom got stuck even when i disable my theme its still there ive tried unistalling vencord and discord
What in the fresh Hell has discord done now. All CSS snippet reverts of their bullshit are broken.
can confirm, mine are all broken as well
theres no way youre crying over me trying to help 😭
can we not
Over something that isnt supported in the first place*
devbuilders shouldnt even be here #ngl
brother it isnt that deep it was one sentence just incase someone else was having the same problem
V+ no support
Not dealing with it
Thanks queen

so i get timed out for asking a question? this servers a joke
rule 12
A question that is answered a million times for you
Even with a dedicated channel
fix the themes maybe then ppl wont ask bud
Discord really likes to break the tweaks that make it tolerable
We cant fix themes
we aren't the theme developers so yk
The theme author needs to
that's discord for everyone 🙏
this channel is wildly entertaining to watch
Indeed
they don't do it deliberately
it's just a side effect of their development process
I'm not entirely sure about that
They are simply making changes
They don’t care about client mods and don’t intentionally break them
if they actually cared we'd all be getting banned for using mods
seems like its working so far i think this may have fixed it
Especially since some employees are here
did you do the reinstall with deleting the discord appdata folder too?
i only deleted the installer lowkey lol
precisely :D it is not like they need to annoy the users out of using it they would just nuke all of us if they wanted to
that's not reinstalling it
is there a way to fix the alignment
mb its just pissing me off everytime i open discord every days it just
always breaks
then i fix it
and it breaks the next day
aight bet
yeah it can just break sometimes
Theyve been doing a lot of css changes lately
What happened to my discord 😭
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
With how often it happens, how infrequently they make any of their changes palatable, and how little they respond to feedback, I would not be surprised if their development path is intentional, even though I agree that they do not care about the low-number base that reverts those changes
If they truly wanted to break themes they could do much worse
change webpacks
Does anyone know how to fix this or just wait
Just be glad the class names are named normally
Every two days since October I've needed to edit a CSS snippet or opt out of an experiments using this program. I'd have probably left Discord long ago without it or something similar
is there a way to hide the dropdown menus next to the mute/deafen buttons
_xxxxxxxxxxxxxxxxxxxxx.name is normal?
just wait
Its better than sjsnejdjdbebejdjdbj.djekofkf ejsodjddbdij.eheicjebeidjfrbdidndj
Like what twitter does
i got a snippet but i have yet to receive the new css classes to fix it lol
anyways w the dust settled a bit heres an actual issue i came across, thought id bump it since it got eaten by the ppl using themes

True, I just hate how they went back to dashes instead of underscores, now I can't quick-select again
That's also garbage
Wait, is this why all my CSS stuff is broken? I just have to change all the underscores to dashes?
everyoen discordf fuckedup
Hello, I just instaled vencord and themes are not working for me, only the text or the scroll bar color is changing, but nothing else
Real
What can I do?
No, the classes were rerolled and changed, use my updater
discord fuckers did something revert user area doesnt work anymore
is it possible to implement this into vencord through an extension? https://github.com/HerXayah/Discord-Fixer
Discord pushed an update that changed all css classnames. This means that most themes and css broke.
Solutions
- Read #theme-support and try to use the tool linked there. If it works, great you're done
- If your theme is still maintained, wait for the theme authors to fix it
- If your theme is unmaintained, find a new theme
Can you direct me to your updater?
Its in #theme-support
Thank you
But yes that
how you fix revert user area?
Try running it through that
possible but useless.
maybe for a temp solution.
but meh
im not good with vencord plugins or .css
That is a very funny typo
the theme updater isnt even working wow
i think its just clearvision breaking again as always..
u fuck with it
why would it be useless, it saves cpu usage of discord
It does
Hello, I just instaled vencord and themes are not working for me, only the text or the scroll bar color is changing, but nothing else, I already downloaded like 10 most popular themes from website and nothing works
Well, it fixed one of the CSS reverts, so thank you again
It's an issue with discord, wait for the devs to fix your theme
vmute 5m failed to do basic research (rule 12) and read https://discord.com/channels/1015060230222131221/1450155350941630495 or the very handy bot message conveniently saying what is wrong
Done!
Muted monsterekkk (@latent hare) for 5 minutes
i just updated it like 5 times and it changed nothing
It cant update themes that use an import link to the actual theme
yea but its not 100% accurate and devs should fix their own themes.
and if u dont want issues, simply host ur own theme, aka take a theme and make a backup of it and update and fix it on ur own.
You must be trying to update an import or something
it's not a theme, its an issue with discord itself
discord isnt making issues.
they are making changes
I believe discord saw this and fixed it
This is nothing to do with recent events
Nor themes
i haven't checked in awhile it'd be nice if they did, 8k hz was blowing up my pc with discord open
thanks this helped me too
I wanted to say that this sticky message about broken themes is really helpful! props to whoever did that it made my question answered before I asked it
I haven’t either, just saw a tweet of a dev mentioning that they are bringing it up
glad to hear that at least one person has read it
Just assuming it was fixed at this point
Thank you for reading 
good to hear tyvm
Changes that unnecessarily break the visual flow of the site, make it objectively worse to navigate, shove more nitro buttons down your throat, and are completely unavoidable/irreversible without a program like this one because updates are forced.
@modern fog can u check dms
This isnt related to support anymore
This isnt a complain channel its a support channel
true
link?
My guy
Well, I'm halfway done fixing it thanks to SyndiShanX's tool, but that message essentially illustrates the problem I am still here for
We cant fix themes
bait used to be believable
Only the theme author can
ONCE AGAIN, it's up to theme devs
didnt work

If your theme contains an import link to the theme it wont work
vban
Done! 
banned @broken monolith
why don't you fork and improve it then
oh nvm 
🔥🔥🔥
Reject banning, embrace “cant talk” and “brain rot” roles
what's the new class for the discord checkpoint button?
still not working
Then wait for the theme author to fix your theme
its not a theme its quick css
Css is themes
_85643a485899904b-button
Grab the raw CSS and attempt to fix it yourself (Do not distribute if you succeed)
will try, thanks 😇
i tried both local and raw link on different 5 themes it doesnt works at all only the fonts
AKA what I'm doing while I wait here
thats the name of all buttons. btw not the checkpoint
the themes are broken then
okay give me working one i will go try it
should i just post my quick css in chat, it's litterally just hiding a button
no
Small snippets are fine
This is because the classes have changed but the font import has not. Edit the raw CSS or wait for the devs to do so
.messageListItem__5126c:has(.container__74acd),
.trailing_c38106>.button__85643 {
display: none;
}
actually would running this through the theme updater work
how do i do that
that will steal all your orbs, watch out guys
when i open discord it shows on taskbar but theres nothing there any fix?
Reinstall/repair from the vencord installer
i always say "actually would" then do it without input 💔
Get a file editor that supports .css files, open your theme, open the CSS with the file editor, copypaste the CSS into the class updater, fix anything else yourself
yeah, reinstall it
imagine
body:has
:3
discord will hate you
i tried that
the wallpaper and transparency doesnt works only fonts and theme
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
im a lua nerd not a css nerd what are you talking about
Wallpaper and transparency are complicated and require someone to figure it out and manually fix it. If you can't, this is your theme's developer. Meaning you wait.
body:has makes the css search trough ur whole discord to find one name.
if u need to find something that changes every seconds it will lag ur discord
Its fine as long as it isnt used everywhere
Is there a way to save my settings before i do a clean reinstall or do they auto save?
anyone know the fix tto themes not working? im not on browser and its not a problem with my them specifically
Some do, some don’t
Hey have a look at that bot message you should read
Its kinda hard to miss
Maybe even that #1257025907625951423 channel
right
rude
i started typing as soon as i got into thsi channel
I’m pointing out what is wrong
im not new to css, i still had to ask AI on how to change my font.
it looks sketchy and not all classnames are right
but it works now.
slow down twin ❤️
is there a file i can copy? Or js look at them then turn everything back on?
i always type fast because i use 2 fingers to type not all of them like everyone else
i even tried new wallpaper from github
No
alr thank you
Ok. You need to wait for the dev to fix it, then do that.
also does it matter if my bacround is a custom image i put into css? because it doesent matter the theme i use its always there unless something broke
any good black themes ?
bro its new 18 hour ago
Yeah if the theme is broken the background wont work
Discord broke 12 hour ago
update after 18 hour ago
is discord against themes? or is discord just coincidentally breaking vencoprd with these updates by accident
coincidentally
-# why
none of it is deliberate, it's a side effect of their development process
Nah its just coincidence, they don’t care about client mods but sometimes they need to make changes
oh ok but i have heard you caan get banned for gewtting caught using vencord or atleast specific mods in it is that true?
Client modifications are against Discord's Terms of Service.
However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don't use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!
Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe
Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it
ohh ok
It's a frequently repeating coincidence, while I do believe the UI changes are intentional, client mods are clearly not considered one way or another
Tldr no, but if your account is very important to you, you probably shouldn’t use client mods
why would they be considered a tiny fraction of the discord user base uses them
and it's technically not even allowed
other than my accounts age nothing is that important
Then yeah its up to you
.c38106a3f0c3ca76-bar{
flex: 0 0 0;
min-height: 4px;
max-height: 3px;
height: 4px;
overflow: hidden;
margin: 0px;
padding: 0px;
}
.edbb22df99c39831-title{
display: none;
}
:root{
--custom-app-top-bar-height: 02px;
}
.bar_c38106{ /*this is just where the ui stuff is i think? not the actual bar design*/
min-height: 0px;
height: 3px; /*you can make this 0 to whatever but i like 3 as a balance*/
}
.title_edbb22{
display: none;
}
.base__5e434[data-fullscreen=false]{
grid-template-rows: [top] -webkit-min-content [titleBarEnd] -webkit-min-content [noticeEnd] 1fr [end];
grid-template-rows: [top] min-content [titleBarEnd] min-content [noticeEnd] 1fr [end]
}
idk if anyone else had their topbar remover break but this should work
pretty sure the bottom half doesn't actually do anything anymore
the top is whats added
500 errors of discord crying cuz it cant send some data to discords servers to do idk what :3
One might suppose they would consider that if a small portion of the base is willing to go to those lengths to alter their UI there is clearly a market for UI alteration, maybe a lot more of their base agrees with this but is unwilling to go to such lengths to revert the latest highly annoying change.
So they might consider adding optional settings, or nitro-gating yet another feature people have been requesting for years, around this trend. Like we've seen with Discord Themes.
This is, of course, not the case, but it would be why they would consider our tiny fraction if they did consider it at all.
man looks like i'm gonna be stuck with these goofy ah looking boxes for a while then huh
ohh well im glad its not just me i guess?
well i wish it was because then i could fix it
fr
but same i thought it was my code
also yeah, theres about a 0.0000000001% chance discord will ban you for using vencord, they have much more flagrant rule breaks to deal with
its probably not even actively monitored and if you send screenshots to support for whatever reason just turn your themes off
Tbh if discord cared, this server wouldn’t exist
people owning client mods are probably more likely to own nitro
so banning would be a detriment
For some reason this isn't showing anymore. I just logged on today and saw that it isn't loading and I tried turning it off and back on again and nothing
oh you may be right
indeed
only thing discord is doing is logging you out if u try to get some modules before the app is ready
there's no known cases of any sort of account restrictions whatsoever from using vencord
my plugins are fine, its just my themes that arent working
yeah its very very low on their priority list
There are cases of discord devs helping client mods
i thought it was just me having the theme issue bc last week i updated debian and my transparent theme broke but it turned out i just had to fix my compositor
but nopee
.
hello! its asking me to give vencord full disk permissions but i dont know how or where to do it (im on mac)
Screenshot
only thing im doing is patching vencord.
and i can add what i want.
why you need to fix that?
dude whoever made the UI for the servers being boxes made a very good UI if their goal was to make people throw up
I actually haven’t seen what discord changed
uh oh that sounds really bad i haven't been on desktop discord today
tysm!
absolutely nothing visible but seemingly breaking every single theme XD
wait i didnt even notice the boxes until you said that
ewwwww
well NOW i dont like it
themes are not working for me at all
vmute 5m failed to do basic research (rule 12) and read https://discord.com/channels/1015060230222131221/1450155350941630495 or the very handy bot message conveniently saying what is wrong
Done!
Muted spencerdre17 (@reef plover) for 5 minutes
wait the servers use to change to circles when you click on them with their UI it isn't doing that now
Oldcord working properly again, thank goodness.
I'M SORRYYYYYYYYYYYYYYY
still can't understand what Discord was thinking with all of the UI resizing and everything.
intern pressed wrong button
i got round icons working
._6e9f8dce4cc18de3-icon{
border-radius: 100%;
}``` very simple snippet
you *might* need to go into inspect and find the <img> class name yourself though (buried in a load of div, svg, foreign object)
its ok i do want to fix it
thanks
hoping its not used somewhere else too
counting on you brother
i love how vencord works with OpenAsar just by adding
a .app.asar or _app.asar or app.asar in the patcher.
like idk how its called. search for urself
How do I use the F8Break feature?
so like i installed vencord but its not in the settings menu-
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @haughty goblet)
We're constantly working on improving Discord's infrastructure to make your chat & voice experience as seamless as possible, but sometimes we confuse this with that and as a result, your versio...
oh wait i got my old UI back by using the CSS i was using and this with it as well
with the themes when i click the theme i want to use it does not load at all i was wondering how do i fix it
You press f8 when the devtools are open
all themes are outdated and broken
please wait until the theme dev fixes them
My guess would be the discord update that was just pushed that changed all the class names 
Did you not read at all
How do I know if developer tools are enabled?
Discord made changes
also looking for this
it broke today
Because you see them
Hi, this is not connected to the current breaking of themes, when I hover on a name in the DM´s the text gets unreadable (black on dark color schemes and white on bright color schemes), does anyone have a snippet for me to change the color of the "name hover"
There's a video explaining it.
No
@wraith wigeon
Vencord needs an update to fix this
why are you so aggressive?
its basically useless if i send it coz it still uses old classes
is the class updater not updated?
Not aggressive, firm
i ran a theme through it and it seemingly fixed it
i wuldnt have a way to verify if it works but i can try i suppose
alright ty
press ctrl shift i
slime quick question for u
so its an issue directly related to vencord? its like that since at least 3 weeks
Yes?
it gets very frustrating when the same question that's already answered by the bot and a #1257025907625951423 thread is asked for possibly the hundredth time in a day
Yeah, idk if they fixed it or not
has the new windows update slowed ur computer down?
Genuinely answered the same question 20 times today alone
I don’t use windows
u can have a snippet from me :3
it makes messages smooth.
[data-list-item-id^="chat-messages"] {
animation: fadeUp 0.3s ease-out;
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
OS of choice?
Switched to linux
/*remove top bar*/
.c38106a3f0c3ca76-bar{
flex: 0 0 0;
min-height: 4px;
max-height: 3px;
height: 4px;
overflow: hidden;
margin: 0px;
padding: 0px;
}
.edbb22df99c39831-title{
display: none;
}
:root{
--custom-app-top-bar-height: 02px;
}
/*fix round icons*/
._6e9f8dce4cc18de3-icon{
border-radius: 100%;
}
[class$="-listItem"] > :not([class*="wrapper"]) {
border-radius: 0px;
transform: scale(1.09); /*change size to whatever mult*/
}``` alright guys this hides top bar, grants round icons, and allows scaling their size
if someone uses windows can someone tell me if their pc is slow because of the update
Just you so far
thats crazy, had an update prompt twice in that time
looks nice, but thats not my cup of tea
really bad pro tip (don't follow this...): if the theme updater doesn't work, check inside the css file and replace all of the @load stuff with what it loads (go to the url, go down until you can't @load no more) then run it back through, it worked for me but this probably sucks idk 🪱
Discord has been making a lot of changes so it can be hard to keep up
Not a bad idea as a temp solution actually.
Good call
i guess you could try running the @load urls through the theme updater and replace the urls but too much work 😴
This unfortunately make it so if the theme author makes any changes/fixes, you wont get them
So its a trade off
this theme doesn't get any updates from what i see
Oh well then yeah it wouldn’t matter
Yeah I used to host some on repos with updated code so I could keep it clean but it got too annoying to maintain
it was only a matter of time until MS effed windows even more, wouldnt shock me that this happened, my updates are stopped for 700+ weeks before they pushed "AI" into every crevice
you cant, the same way like it is with edge
is the show deleted messages plugin hard-coded to ignore venapp?
yes
Yes
can i dm u something
still not working
i can remember when i changed it so that the quick css window can set its own css.
and i did display none on it
:>
Does the installer show any errors?
nope
index.tsx: Lines 299-300
// Ignore Venbot in the support channels
(message.author?.id === VENBOT_USER_ID && ChannelStore.getChannel(message.channel_id)?.parent_id === SUPPORT_CATEGORY_ID);
Tried the cli installer?
it says [PATCHED] but like i dont see anything in discord changed
didnt know there was one
nah, running 11 24h2, sadly it broke once and installed the earliest ai slop version
It is the other button next to the normal installer
i seee
nvm this shuld still woirk
/* revert the input/output dropdowns */
[class*="buttons"] [role="switch"] {
border-radius: var(--radius-sm);
~ button:not([aria-label="User Settings"]) {
display: none;
}
}
well ill try that and report back ig
i sent u the thing i used to disable the ai
if u dont like [class*=...] just replace with ._37e49614b9f110a9-buttons
it does but it breaks the css I use that prevents the server list from being covered with panels
nothing
Then yeah you just need to keep reinstalling till it works
Discord is stubborn sometimes
Seems not
coz my dumbass forogot a }
woops
i have one theme that works but i usually have three enabled and the others dont owrk
discord recolor does work as far as i can tell
so both the cli and regular installer both say [PATCHED] next to it in the install yet nothing is changed
well earlier yesterday around 11pm, i got the 16 digit hash change, then at like 4am, it went back to the old style, now again at 8pm its gone back to the 16 digit hashes
Just need to keep reinstalling then
discord hasn't pushed any changes to stable in the last 24h
in the regular or cli?
well, 22h
was i just hitting a stale edge node or something then?!?
Reinstalling discord using the method given
Don’t bring up topics like that
now it hides the settings button 😭
its hard for me to test coz discord decided i only get parts of the new classes LOL
every refresh is another gamble
coz it works fine over here (ignore its so cramped thats just me taking out some things)
well i was getting it all or nothing but it was switching between them
are themes just generally in disarray right now?
yes
Yes
so odd
my only guess is like, half the fleet of edges have the new css deployed but the other half don't, for some reason
ah i guess that would do it
i work off the assumption u dont have the game activity toggle
gime a sec and i can fix that
alrighty thank you :)
How'd you get your userbar attached to the area like that? It's the last thing I have to fix in my CSS
Imagine having a big sign up answering a question and people still ask it you all day every day
none that i see so far :)
amalgamation of multiple snippets and some of my own edits lol
I gotta fix userbar alignment. Everything else (except the search bar, but that's new) has been fixed
sure! its a bit huge so just open a dm so i dont spam this channel too hard lol
they pushed, reverted then pushed again
Why is the icon at the top? It's usually next to the Display Name. I hate that.
this isn't true
this worked 😄 thank you
literally pushed 4h ago #1337479880849362994 message
Initial push
#1337479880849362994 message
The revert
#1337479880849362994 message
The repush
#1337479880849362994 message
This one's here to stay I think
Is there a solution?
Well, I wish my other css would work but the important ones do so that's a win I guess

sry if this got answered already but theres a LOT of messages in this channel, i used the update classes tool in #theme-support on a couple of my themes and it returned the exact same text, does that just mean i have to wait for the theme itself to update
If it uses imports, then yeah
What theme do you use?
Clearvision has a temporary fix
what is it?
Some of my themes work but not clearvision (tried the fix mentioned) neither do the server columns
If you are fine of the theme not auto updating you can copy everything in the link and pasting it into the theme
That way everything can work in the updater
the updated text in the textbox? its the exact same as the text i paste
Yeah, it seems to be the exact same text but adding .theme at the end, right?
is there a snippet that adds the box behind the typing anim?
it is on the Clearvision Discord
removed the gradient and now its still messing with me
can you also send this to me?
No as in the import link, you can open that url and copy it and paste the code directly in the theme rather then using an import
I know with the better color, it changed the title a bit and became unknown author but still doesn't work
the invite link from the clearvision website isnt working can you send me a server invite?
u wont believe this
are you here to save me yet again...
oh i think i see it
yeah i think so
Others probably cant post links
just need to tweak it a bit coz i modified it to fit w my snippets hold on
found it, appreciate it
Yeah, but again it unfortunately makes it so the theme can no longer update
Automatically
WE ARE BACK 🗣️ all themes working this is awesome
.b8880176888cc928-typing {
background-color: var(--primary-600); /* default discord gray */
}
until discord reverts again
so if I wanted to change the color to the one discord uses for dark what number is it?
we adapt 🧠
i think bd has a list of all variables on one of their wiki pages actually
dont think i can link it tho oh nvm swag shoutout slimecat
You should be able to link it
chill
ah thats valid
ya just dm me first
(unsure if combination of vpn/new acc or discord hating me but i get locked out of my account anytime i dm a new person)
i wish it were easier to test seeing someone type 😭
join fortnite discord
guaranteed help right there
sounds terrifying
but you get the typing testing
ok im struggling to find the exact color in this list it seems