#Stay off the banner, bubble!
1 messages · Page 1 of 1 (latest)
Sure, that removes it everywhere
.visual-refresh {
.inner_c0bea0 {
header > .headerInner__24502 > .container_ab8609,
header > .container_ab8609,
>.none_d125d2 .header__7f9c0 > .container_ab8609,
>.header__5a2c6 > .container_ab8609,
>.header__5be3e > .container_ab8609 {
display: none;
}
}
}```
thanks!
np
It seems to occasionally cutoff text. Are there any potential workarounds for this?
Ill look at this after work
The thing is for me it works idk...
nvm
So I have fixed it and will upload the new version in a few minutes 
@potent marsh Ive also updated your request. If you want, you can delete the extra part I sent and instead add
/* You can hide the bubble if you change this to 'none' */
--add-custom-status-hide: none;```
to the root. That way, you wont have the problem of having to change the extra part yourself every time Discord pushes another update
the bubble doesn't expand when hovered as it should
what do you mean?
It works xd
it works on your own profile but not on someone elses
it works on both
so its not a Problem of the snippet
yep maybe another snippet
because if you add the import, any other code that comes after it can overwrite it
I know that ty
Hope you can find the problem
I checked everything and now it's good but some accounts still has the issue I think it's related to a plugin or something
quick question do you use the account colors plugin on your account?
Idk which one you mean actually so I think no
this one
nvm just checked and it's not it
Nope is not activated
I'm just gonna leave it that way
Ok but if you find it by chance let me know, maybe we can find a solution for this
sure
For those that don't want the profile to increase in height, copy the imported code into your QuickCSS and change this 57 to 40.
Attached are in order: default, with original snippet (57), with edited snippet (40)
If you think its better that way, feel free to do it. I increased the height because with long names, the bubbles are quite close to the names, almost overlapping. In my opinion, it looks silly with long names xD
Btw you dont have to copy the whole import. Its enough to just copy out the part. If you copy everything out, you'll have to change that one thing every time, because the entire snippet wont update.
its very close to the name xd
yeah noticed after posting, I'll probably mess around with its location a bit when I can be bothered
I dont like it with short names either. Unfortunately, you cant differentiate that just with CSS 
you can't see the decoration = it's ok
you can't see the banner = it's ok
YOU CAN'T SEE THE BLACK ACCOUNT!!! = WE'RE IN HELL
see the difference?
you don't have the plugins on and I thought that the colors plugin works both ways
nope, only for yourself
no it's for everyone that has the plugin on I checked other accounts that doesn't have the nitro badge
yea but I have it disabled xd
so yea idk
yeah 🥲
something i did notice was that when you actually click on the bubble to change the status it still shows whatever text would've been there regardless of if you changed it
Fixed the bug, should be updated in a few minutes 
thank you muchly

np if you reload the QuickCSS it is updated
lmao noticed another bug
Nah that is not what I mean xD
Btw I'm not changing that because it's not part of the bubble
ah, fair enough
Yea, due to my earlier fix I was always overwriting the status. That means you could no longer see your own haha
i dont think this is working anymore
no difference
Added to my quickcss as is
this may be because of the redesign
It works mate
So maybe another css from u overwrites something
u can post ur whole css and I can look after it if u want
oh that makes a lot of sense actually!
In my css' i also put a general visual debloat snippet
and it touches the user info panel
#🎨-css-snippets message this one
I will share what I have currently
@obtuse pivot
Yea dude I dont even have to look at the CSS completely. Your Code doesnt work because of your imports and :root's
If you use this, your whole imports have to be on the top
Will try that out right now!
This should works
damn thats awesome!
Np
works like a charm :)
i learnt something new too
awesome
I moved all imports to the top of the list
Are there any precautions I should take with the :root parts?
So you can use multiple :roots, but keep in mind that they apply globally across the entire CSS. If you define a variable, like "test", in two different :roots, they will overwrite each other. That's why I usually stick to a single :root. Its more organized and prevents things from being overlooked
But you can do it however you want in the end
I see
For me, it just makes more sense because my CSS is 1000 lines long xD
Does it work to copy all the contents of each root into a single long one?
Yes
Or could I have like different :variables?
Nope
So it doesnt work because its not a valid CSS selector
Should work
as a quick addendum
is there any way I could remove thought bubble's balls¿
?
And just leave the part that contains the text
U mean that u remove the two little bubbles?
Yea add this anywhere in your css
.visual-refresh {
.inner_c0bea0 {
header > .headerInner__24502 > .container_ab8609,
header > .container_ab8609,
>.none_d125d2 .header__7f9c0 > .container_ab8609,
>.header__5a2c6 > .container_ab8609,
>.header__5be3e > .container_ab8609 {
>.outer_ab8609 {
&:before, &:after {
display: none;
}
}
}
}
}
worked like a charm! thank you so much!
discord just broke this snippet
putting the code from the import link through the class updater and using that seems to fix it
Yeah Discord updated the classes I will update the code if I have time for it, maybe tomorrow

