#[OLD UI] Fix cutoff windows (TRKako)
1 messages ยท Page 1 of 1 (latest)
Bloons Tower Defense (also known as Bloons TD or BTD) is a series of tower defense games under the Bloons series created and produced by Ninja Kiwi. The game was initially developed as a browser game, built upon the Adobe Flash platform and released in mid 2007. Later games in the series expanded to support various mobile platforms, including Android, iOS, Windows Phone, PlayStation Portable, Nintendo DSi, Windows, Linux and MacOS. Games in the Bloons series older than Bloons TD 6 are available through the Ninja Kiwi Archive on Steam. In the game, players attempt to prevent "Bloons" (the in-game name for balloons) from reaching the end of a set course by placing towers or road items along it that can pop the bloons in a variety of ways, typically by using the power of monkeys, magic, or technology. A handful of towers can stall the bloons and give the other towers more time to pop them by freezing and gluing the bloons. Money is gained by popping bloons, completing rounds, and collecting bananas from existing banana farms which can be spent on new towers, upgrades for existing ones, or temporary items such as exploding pineapples and road spikes. They also need to make sure that they do not lose all of their lives.
theres nothing to discuss about, its.. perfect
all that anyone could've ever wanted
as if a gift given by god himself
the best thing to bestow mankind since the creation of computers itself
its equal
bread and width: 0; magically fixing this for god knows why
copied this exact snippet
didnt work
oh wait it did i am retarted
tysm for this
finally can use the superior ui
yippeeeee :D
frickin finally
i swear after a certain thing is updated, the old thing starts to fall apart
like a frickin weathering rock slowly gaining cracks from massive amounts of rainfall
yeah it's gonna slowly die until someone remakes it under the new UI
yeea xd
I mean tbh all I rly hope is someone will make a theme that makes it the old ui if the experiment is removed
cus someone made a 1:1 design 4 of the visual refresh
and ive seen an mfing windows xp theme too
this doesnt work lmao
weird, it's worked on a lot of people, could it be threads....
div[class*='topic__'],
div[class*='nicknames__'],
div[class*='input__'],
div[class*='text-md/medium_'] {
width: 0px;
}
should work now?
still broken
yeah even w/ no other custom css its still broken
nope
its def a problem with the thread
the thread title isnt selected with topic__
and width: 0; doesnt work on it either
it does seem to be a thread thing
wait why is it fine now
it was broken 3 seconds ago
threads are new, it fixes the others fine, but I clearly have the wrong selector for the thread
i tab back in its fixed

yknow what lets not question it
fixed
if it aint broke, dont touch it, bad, bad!
WHY DID IT PUT ME IN THE REVAMP
this app is FUCKED
on the legacy its beyond broken
hmm... subtitlecontainer, then child class, will try
and we're back to the original issues (threads dont work)
div[class*='topic_'],
div[class*='nicknames_'],
div[class*='input_'],
div[class*='children'] {
width: 0px;
}
it works
that *=children is scary asf
thank you very much
its 200% gonna interfere with so many other things
I wanted to see if it broke more things tbh
ye
div[class*='topic_'],
div[class*='nicknames_'],
div[class*='input_'],
section[class*=title] div[class*='children'] {
width: 0px;
}
there thats better
subtitleContainer is unique to the channel topic
I'll make it that one in the main post then
and now finally, hopefully, we have our sliced bread
that doesnt work
this does
div[class*='topic_'],
div[class*='nicknames_'],
div[class*='input_'],
div[class*='subtitleContainer_'] div[class*='children__'] {
width: 0;
}
divs divs divs divs divs
divs on divs on divs on divs
you can just get rid of the divs everywhere and that'd still work ๐ญ
update it update it !!!
done lol
hip hip hooray

now time to find like 200 more things that need to get width: 0;'d
*{width:0;}
hell yeah
somehow more funny than display none
no ui issues if theres not a ui to begin with
I found one small issue, makes the selector for the plugins portion smol
ooooh that's silly
def better than the memberlist disappearing but I'll ignore menus
div[class*='topic_'],
div[class*='nicknames_'],
div[class*='input_'],
div[class*=subtitleContainer] div[class*='children']:not:has(.vc-plugins-filter-controls) {
width: 0px;
}
try that out
I genuinely cant tell what does and doesnt I cant swap back lmao
my old UI doesnt have the memberlist quirk
That works, thanks 
Works fine for me 
div[class*='topic_'],
div[class*='nicknames_'],
div[class*='input_'],
div[class*=subtitleContainer] div[class*='children']:not:has(.vc-plugins-filter-controls) {
width: 0px;
}
wrong
thing
it's so weird cus I cannot tell if other things run fine lol
Im not sure what's breaking for you, all that changed for me was the filter thing lmao
question, what is the input__ for
groupchats, I fixed it I think
div[class*='topic_'],
div[class*='nicknames_'],
div[class*='input_']:not([class*=lookFilled]) ,
div[class*=subtitleContainer] div[class*='children']{
width: 0px;
}
This fix unfortunately doesn't help with calls and/or streams being cut off in non-16:9 screen sizes :[
The call UI is off center and the stream is partially cut off
nothings wrong with the groupchat in the first place
yeah it's just the message chats
apparently someone had the issue
uncertain if removing it would cause any issues for others that might need it
Unfortunate, it'd be nice if you could find a fix for this too but idk if that's too much to ask
either way, that solutino isnt even viable cause it just hides the groupchats name
will attempt, hard for me since my old UI works fine lol
I'll test for you if necessary lol
div[class*='topic__'],
div[class*='nicknames__'],
div[class*='subtitleContainer_'] div[class*='children__'] {
width: 0;
}
seemed to work just fine (atleast for me)
It doesn't hide the groupchat name for me 
weird
smth might be wrong with my discord
I wonder if my theme is messing with it
I'm using a slightly modified github dark theme (changed the chat bar up a bit cause it went wonky in one of the discord updates year or two ago)
hmm the person who brought up group dms I gues technically never said it was borked
just that it wasnt covered
can prolly remove it then
now for VCs
oh god
i hate having to constantly disable my quickcss and return to the old ui for this 
I have my partner's pc next to me thats on the old UI with these issues so imma start using that
ooh hello interesting reply lmao
[class*=videoFrame]{
max-width: 88%;
}

Seems to be an issue with this, changing the width to 900 resizes it back down to normal but other than that no other luck
Oh 
might try the wrapper element too, maybe I can force it to 100% lol
god I forgot that discord had this many things with descriptions
88 is so weird of a number
88 is actually too large
(for me)
hmmm
width: 0px; doesnt work anymore? 
nop lmao
damn
actually makes it 0 
Only issue is, the chat is off the screen still
I made it 86%, seems to work better
why does it work in the moment we need it to not work properly 
Maybe the wrapper itself might be better?
Changed it to 80% to fit my specific weird monitor and it fixed the stream going offscreen, but the stream volume, popout, and fullscreen buttons are all still offscreen
I was about to propose put everything on a div but ngl I dont think that would work
Also it causes streams to not center themselves anymore for some reason?
cant width:0; our way out of this one ๐
Real 
๐
.tileWrapper__6981d {
position: absolute;
}
there, centered
idk about the chat im in a dm lol
Fun fact btw
[class*=callContainer]{
max-width: 100%;
}
This fixes all the issues for me
The callContainer instead of the frame
any width thing causes mine to get too big when I open the console lol
absolute position seems to fix it for all cases
did you guys try position: fixed?
Hmm, if i do the callContainer itself at 100% works
Did you try that yet?
Fixes it all for me
yep, callcontainer at 100% still drags it off screen


This fixed everything in one fell swoop :D
tileWrapper Absolute seems to be the ticket then
My QuickCSS currently looks like this, and I think it's fixed everything
chat opens and everything?
Mhm

Tysm!!




oop. absoulute didnt work for ya?
I tried this
doesnt work for me damn

oop, VC or chat stuff?
nothing
huh... did I accidentally leave a block open?
there's nothing left right?
doesnt look like the member list is cut off
oh
wdym it didnt work?
nvm i see now
its to fix the cutoff right side of the window in a lot of portions, I should prolly add a better description lol
let me copy paste my message from before
alr thanks
you can get back to the old UI using the experiments plugin, then you go to the experiments tab on your user settings and then override "Desktop Visual Refresh" from the current setting to "Not Elegible", then you add this CSS #๐จ-css-snippets message to your themes on the vencord themes and you're all set
thanks
works, nice
i think i might stick to the new one tho since they will prob remove this experiment
new one isnt that bad with a couple tweaks, but it's awful without them lol
@heady crane should we upload this as a theme? I mean so people dont have to copypaste it everytime
could def do that :3
they dont care about keeping the old ui, they're now just gonna make changes and if it breaks, it breaks
Does the snippet here fix the problem in forum channels too?
I did this one before, but I think now should be more people on the credits
hehe its me
yes, I think you contributed a lot 
How do I use it
copypasted from a message I sent before:
"you can get back to the old UI using the experiments plugin, then you go to the experiments tab on your user settings and then override "Desktop Visual Refresh" from the current setting to "Not Elegible", then you add this CSS #1355253459087134762 message to your themes on the vencord themes and you're all set"
Okay so I got the members list fixed does it also do VC because the text and people that show up are more moved up
this one should fix VC, Threads, Channels, Group chats and Dm's
did you paste the CSS on the quick css right?
So where did that was supposed to go I put that in the themes folder
oh you downloaded the CSS, ok then yes, it should be there
and then you enable it by loading missing themes
does this fix the issue with it being cutoff in text channels within voice chats
yes
badass
yeah tbh sucks that the old ui is basically gonna be slowly falling apart similar to shit weathering
basically its slowly going to be weathering
i mean that's kinda understandable
like yknow how eroison and shit happens?
I love the old UI so I'm probably going to try to fix it as long as I can along with probably more people that wants the same
why would they keep fixing an old discontinued UI
Yoo badass
just embrace change and use the new UI since old will go away at some point
if they remove the experiment
I hope someone will make a theme that reverts it
similar to how theres DTM-16
n shit
I think I've seen someone around here that did something similar but ngl I cant recall
its possible since ive seen someone make a winows xp theme where certain shits like windows
yeah someone remade design 4 (the microsoft ahh one)

The new UI isn't bad imo, but I prefer the old Ui as its the discord that I know and love
I dont mind the mobile ui nowadays cus like its literally identical to the old ui on mobile
and doesnt fuck my "nodes" (aka muscle memory)
idk I'm still using the old UI on my phone too, I just dont like the new UI for PC and mobile, I like the old colors and menus, and I know they will still work even without the support because afaik the new UI for both its kinda a literal skin over the old one
Yeah unfortunately I can't really mod my mobile app cus I use shitty apple and I tried asking for a samsung for christmas but parents said no
I dont like to use things I dont like, so like I said, im probably going to fix it or find a way around just to use the old one regardless
otherwise i wouldve modified my client to have plugins and themes
cus id rather not fuck a phone and make it unusuable all cus I did something incorrect on accident and now my whole phones bricked all cus I wanted to use plugins and themes
there's actually a mod for discord on ios tho
uhhh i forgor which one it was
Ohhhh that one
aint bunny like vendetta but ios
I dont have this one on my phone because I have an Android one
but its the same on a fundamental level iirc
hey anyone else have threads in the right side bar cut off? i used this snippet but it doesnt seem to fix that. using old ui and a theme, but i checked and it's not the theme
like so
Please do, you're already doing god's work
uh, Im not sure but I think this is because of the new UI, the snippet we did here was to fix the old UI because of the new UI
can you try using the old UI and see if it works with that?
if not I'll see if I can fix it on the new UI
i am using old ui with experiments
i tried disabling experiments feature and accept the new ui, and the problem gets solved, the sidebar is properly visible
uhm
that's this server right?
can you link me to that threat?
maybe we forgot to add those...
i just opened a random thread: #1257026812920205435
uhhh
even when i disable quickcss altogether the problem persists
i have a shitton of css but even when i turn all off and restart discord it happens
where do i input the text at the top of this thread? also does it still work? I am new to this, sorry if this has been answered.
ah found it, it's the quick css thing right?
it worked, thank you
ok but
ok
uhh
can you share the css that you're using rn?
yes, we did this thing today, it still works

Im guessing that probably some CSS around there it's conflicting with this one
Trying to figure out what I need to type in order to have this work on forum channels..
Forums and threads really..
Any of you have an idea how to fix this with the CSS? I have no idea how to do this stuff.
yo straight up, i love you for that it fixed the issue i was having <3
You're a goat
๐
Much appreciated for the help
thank you
, but imo Lulu and Scatt did a lot more than me for this
Still trying to figure out why forums and threads still wrap like this for me.

Everything else in the CSS works, but forums like the picture I posted still wrap like that.
yeah I think we forgot those
will check rn
Thanks
does it happen on this server too?
I mean
so I can see if I get the same thing
@stray stratus ok I think I got it
can you check that you have this line on the CSS?
if you don't have the same
then
download this css
and move it to your vencord themes folder
Gimme a second
I do have this line
then on your user settings "load missing missing themes" and enable that one theme
uh, can you send some screenshot of it?
maybe there's something wrong with it
It mostly happens when there is too many tags to search through as seen above.
uhmm
Also
Yes it happens here too
So it's not actually the tag amounts it seems.
Sorry for not responding until now, I was busy with some things.

nono dont worry
just to be sure, by any chance do you have a lot of CSS at once on the quick css editor?
I can't see too much but I guess that's not too much, can you look up on all of that for "subtitleContainer_"?
Sure
Only one I've found is in the CSS you made?
I can find class containers and whatnot
But no other subtitle container
mmmm, can you try doing ctrl + f and looking up for subtitleContainer wihout the _
?
or that's what you just did rn
Here is whatelse I'm working with overall
Not really a lot of CSS going on in my client.
Mostly because I don't really need much.
Though maybe it might be my theme itself causing it?
Just checked, it wasn't.
this might sound a little dumb but you could try selecting everything else from there except the css for this and then hit ctrl x, and see if it works, if not just ctrl z to get it back, and if does work also ctrl z, so we can see if it's something there or not
but ngl I dont think it's something from there
Sure, gimme a second.
It did not fix it
Checked closest forum in this server, still bugged.
I only have one theme installed and it's done via a link
I removed it and checked, then added it back in.
It wasn't the issue
ok lets take another aproach
can you do ctrl shift i
?
it should let you open this
Opened it
Then?
go to some forum that's its not working, press this button right here, and select this part right here
it should take you to some part of this long html highlighted on blue
Know what I'm jumping into VC.
This is my first time doing any of this
So I'm impossibly out of my depth
I can't talk rn ๐ญ but anyways, that's it, once you get there, just right click on the highlighted thing and select edit, look up for this class things
...
let me see if I can do it myself and somehow get the same thing as you
Just.. when you got free time you can walk me through this.
For the most part it doesn't impact me much
But it is annoying, and might be even more so in the long run.
And figuring it out would help others anyways.
Just ping me when you got a bit of free time I guess?
I mean rn Im free ngl, I will see if I can get it to work somehow, but yeah I will ping you once I get it
I mean for the things above
To see what is fucking up on my end
Sorry.
I'm not a coder.

no dont worry, sometimes things like this happens
I'm glad I had the courage to bring the issue up btw.
ok I have like 0 faith on this one but try this:
div[class*='children__9293f']{
width: 0;
}
I was able to grab something
This is one of the parts that's wrapping like this
Does that help?
yes
Got two more I think
ok I made this thing one, try with it
div[class*='container_d9be46'], div[class*='title_f75fb0']{
width: 0;
}
Do I add this on or replace?
add it like another css, like, I added it like this
It fixes.. kinda?
With the member list open
But makes the member list unseeable due to the wrap
wdym?, the member list goes out of the screen?
Yes
oh
ok then I guess we're close

Just don't go sacrificing goats or chickens, or foxes.
Maybe it might be one of my plugins..?
Or maybe not.
ok just to make sure again
@stray stratus when this css is on:
/**
* @name [OLD UI ONLY] Member List fix
* @description Fix the member list disappearing from SV channels, DM's, Group chats and Threads
* @author @lusaffi, @TRKako, @scattagain
* @version 69.420
* @invite
* @website
* @source
* @authorId 797721161504653332, 700076432076046396, 1098234477626544180
* @authorLink https://discord.com/users/797721161504653332, https://discord.com/users/700076432076046396, https://discord.com/users/1098234477626544180
*/
/* Fix Chat Title/Topics */
div[class*='topic__'],
div[class*='nicknames__'],
div[class*='subtitleCotainer_'] div[class*='children__']{
width: 0;
}
/* fix VC sizing */
.tileWrapper__6981d {
position: absolute;
}
the member list Does show up, but you can see the search bar trough any thread on the side right?
Yes
I made this one, this one plays with the layer of the search bar, this thing sets the search bar on the layer 1, try using it, if that does Not work, try changin the number to: -3, -2, -1, 1, 2, 3, and so on, try different numbers on it
div[class*='mainCard_'], div[class*='title_f75fb0']{
z-index: 1;
}
I mean, yes but delete the ones that didnt work ofc
brb grandmas calling
the whole thing should look like this
/**
* @name [OLD UI ONLY] Member List fix
* @description Fix the member list disappearing from SV channels, DM's, Group chats and Threads
* @author @lusaffi, @TRKako, @scattagain
* @version 69.420
* @invite
* @website
* @source
* @authorId 797721161504653332, 700076432076046396, 1098234477626544180
* @authorLink https://discord.com/users/797721161504653332, https://discord.com/users/700076432076046396, https://discord.com/users/1098234477626544180
*/
/* Fix Chat Title/Topics */
div[class*='topic__'],
div[class*='nicknames__'],
div[class*='subtitleCotainer_'] div[class*='children__']{
width: 0;
}
/* fix VC sizing */
.tileWrapper__6981d {
position: absolute;
}
/* fixes the search layer on forums*/
div[class*='mainCard_'], div[class*='title_f75fb0']{
z-index: 1;
}
the whole purpose of this layer thing is that the search bar stays behind of the thread
Gimme a second.


what? like, everything?
no way
Like everything
And nothing 1 and above would change it
It's like a stubborn bull

ok then delete the div[class*='title_f75fb0'], it should be like this
div[class*='mainCard_']{
z-index: 1;
}
maybe that is messing up with the whole thing
I know I shouldn't be entertained by this
But I am little bit entertained by this.
I gotta ask, does it not do this for you?
ngl that's the main reason I do programming, css it's not a programming language but it's inside of everything you learn with it, anyways, it's fun to mess around with this kind of things until you get what you wanted to do
no, this thing actually fixed everything to me, even without the layer thing
Btw, I can get access to the search bar and whatnot when I pull a forum thread up.
Maybe my client is cursed?
oh wait, so the layer thing did work for the search bar then?
atp maybe ngl 
Good news, I'm learning a bit of how this works myself from osmosis and curiosity!

Can you show me how to forums look to you btw?
normal actually
let me take a screenshot
Also, maybe my problem might actually be plugins?
if you have some then yeah, it's likely to be that, but I'm not sure
oh wait I didnt even think of that
let me try changing the mode
OH YOU HAVE GOT TO BE FUCKING KIDDING ME
IT WORKS ONLY IN GALLERY MODE

So your code DOES work, it's just that outside of gallerymode it breaks on forums.
What the fuuuck

List mode breaks it.
List mode of all things.
Urgh, I like list mode thoooo

this is so stupid ๐ญ
anyways, I can replicate the bug now, so NOW I can try fixing it
Good, you are welcome, also thank you.
Now excuse me while I go murder a bunch of whumpus'

They know what they did.
btw you can delete all of these things, now that we know what was the thing these are useless
Already did
The moment I figured it was list mode, I knew you'd probably figure shit out so I deleted that in the event you do.
Maybe in the future, you might be able to turn this into a theme that works on the new UI to revert it?
If so, I can see a lot of people downloading and using it if you do manage that.
Anyways, have a good day I guess?

In fact we did this as a theme too, but it's not on the website yet
here it is so you can download it rn, but I think it's better if you wait a little until I get this forum thingy to work
have a good day too 
@misty steppe @heady crane Is there any way you can make this code extend to forum posts?
wdym?, like make it work on forums?
yeah
it already works there, its just that only with galery mode, rn Im working on it so it works with list mode too
just changed to gallery mode ty
@covert jetty @stray stratus @noble plover hi there, I already figured out how to fix the forum list mode bug, here's the theme:
Let's see.
@heady crane can you update the snippet to this please?
HALLELUJAH IT WORKS.


working for me now! gracias!
CSS Black Magic ftw again
I had to move one of my CSS snipets further up though because of reasons, but hey! Works!
Now back to eating my cheese mashed taters and mushroomy steak
Mid tasting tv dinner... mm..
if it bothers you on the quick css tab, you can download it and put it on your theme folder
, it should be more comfortable to use
It doesn't
Better for me it's on my CSS tab in case the visual refresh experiment is entirely removed



575 messages is crazy
yeah that can happend on any moment ngl
Honestly, this and the SMS theme for the visual refresh are my lifelines in all this
Though I do see a lot of older experiments that never got removed
So here's hoping this is one of them.

I've seen over 1000 before
even if it gets removed I'm pretty sure someone will came up with some theme for using the old one anyways

๐ซก
ye, want me to just make it an @import as well?
for the quickCSS lol

just my opinion but I think on the message it should be the import and then below the css on the code block so people can choose whether they want to paste the whole css or just the import

ye, I cant add an attachment as an edit, but I can do the link and pin the theme file here
oh damn no pin perms 
okok
import added, and stated the file is in here 
I will paste it on here then 
Local import for this snippet
You can paste it right on your Quick CSS, or you can download it as theme, but the easiest way to use its via import ( #๐จ-css-snippets message ) on your Quick CSS
Hey @misty steppe I don't know if this is a problem of the CSS, or discord bugging out on the old UI, but is this suppose to happen?
With all the VC stuff shoved to the top of the screen?

yes, you have to join it first
iirc the fix for vc it's already done
at least the chat one it is
So it's mostly a bug of the old UI
@misty steppe Any way to fix the issue for thread or forum posts? Attaching ss
uhhh
Im kinda lost
isnt it already fixed ?
that's already fixed iirc
the threads?
this thread is still being cut off
and posts within forums still are being cut off
i see no reason why it wouldnt work
On forums I dont know, I think that's a problem between your installed themes and the css on here, I fixed forums like 1 hour ago
div[class*='subtitleCotainer_'] div[class*='children__']
yeah lemme change the theme
I did make sure that forums worked on both list mode and galery mode
Works here. Not in some forum threads with LONG titles
its not just them
just checked this thread, its true 
subtitleCotainer_ 
GO FIX THAT NOW!!
now we wait for lusaffi
and i was scared this would be a huge problem
cotainer
iirc a french scientist costed a company a few million dollars by missing a decimal point
in like
the hundred trillionth place
yeah this issue is p much at the same magnitude
98 sec delay four times everything good over there?
@heady crane hi again, can you update the import repo, we made a typo on it 
to this one
cotainer
make a pull request adding that n back where it should be
my pc is lagging without any reason
I mean, yeah, I just think it would be faster to just tell her rn but yeah, I guess that's better
done
oh i saw this late that was said in a partially joking way since its such a small thing to make a pr for ๐ญ
im going around wastin everyones time damn
updated lmao
should refresh in a bit
lmao
nah but its fine, Ive always wanted to make a pr, never had the chance
still no N 
is github good?
12minutes ago XD
Just in case I will paste this thing again with the N
Local import for this snippet
You can paste it right on your Quick CSS, or you can download it as theme, but the easiest way to use its via import ( #๐จ-css-snippets message ) on your Quick CSS
so i was working on fixing it myself and i found this fix
[class^=sidebar] + [style="width: 100%; height: 100%; display: flex;"] {
width: calc(100% - 240px) !important;
> [style="min-width: 488px;"]{
min-width: unset !important;
}
> [class^=chatLayerWrapper] {
position: relative !important;
}
}
instead of trying to fix stuff separately i actually fix the root cause of the problem which is the size of the container being 100% instead of 100% - sidebar
and then forcing the useless 488px div to be yeeted out and making the relative chat layer (the threads and forums) relative again
bless this fix this was my only issue with the vencord patch of the new UI, I can continue blissfully pretending the new discord doesn't exist ๐
welp rip 2024-05_desktop_visual_refresh
fuck
next stable update
time to finish the theme to make the VR exactly like old UI
my biggest issues is colors
Visual Refresh
If and when you got it finished, toss it out to us all please
like i literally can't read with any of the dark modes of visual refresh
Mind if I try your build out actually?
and i'm not emphasizing, the new stuff just makes text look like a glowy mess for me
wdym ?
it doesn't
Ah
At least I got a headsup about the experiment getting removed soon
Won't be entirely fucking pissed about discord not fucking listening this time
What I will be pissed about is having to entirely recustomize my shit.
My biggest problem is finding a way to hide some buttons I have hidden via CSS
That won't work anymore.
yeah I had a feeling this going to happen cus they did the same shit with the mobile ui
Hopefully, what has been made here CSS wise can be used in the making of a theme that reverts everything to the OLD ui locally.

Someday, somewhen.
I mean Im sure its possible cus like, I saw someone here recreate design 4
Until then, we're all stuck with this garbage of a UI that nobody wanted.
for me its not even that bad, except for me slightly adjusting things with quickcss xd
either way, if or when an old ui theme comes in, im finna use that shee
Toss me a text if it does, I barely notice shit.
DMs closed I assume?
To anyone not a friend or I haven't DM'd personally.
I learned this by Ctrl + R my client.
Lost old UI on Vesktop. Still got it on Vencord - guess I'm not refreshing for as long as possible 
hold the line!
New UI may be managable, but damn it requires a bunch of CSS edits
just make it look like a myspace page, easy
do u still have old ui? can you take a screenshot of what it looks like when u get mentioned?
just need the color so i can change it back with theme
new mentioned color is terrible
Oldcord actually kinda works with the new UI to turn it back, but it hasn't been updated in a long while and could use some major work on it to make it usable again.
Which, honestly, a lot of the CSS work from this might be able to help fix it up?
but the colour can be changed?
seems im using default
I think I have some screenshots let me see if I can get the color for those
#49443c
according to some 2021 screenshot I had
how did you get the bar to look like that
ok here you go
div.mentioned__5126c{
background-color: #444037;
}
until that moment the 2024-05_desktop_visual_refresh experiment was still up so you could have the old UI without any problems, but they removed it recently, so now we're forced to get the new UI
that bar probably doesnt look like that now
I tried to replicate it but mine looks completly ass ngl
how did you change the size of it
Try looking into the oldcord theme
There might be some way of getting that more up to date using CSS made in this thread
how ๐ญ
i merged a few CSSs i found here
if only i could upload stuff ๐
you could try to post it in chunks
wdym, I don't have any perms here
Just upload here
or paste it inside a codeblock
^^^
gimme a bit i made a submission
it took me some time but I managed to imitate almost everything from the old UI 
Here's a comparasion 

Can't wait to see the theme that reverts everything
slight adjustments i'd make is just like the chatbar n stuff
wdym?
ig to make it like how it looks in the old ui

weird quest but, do you have themeattributes plugin on?




