#User & Activity Panels Redesign
1 messages Β· Page 1 of 1 (latest)
sadly for me it breaks when another user is in vc
I've also tried having it be the only one active
This one has nothing broken just doesn't align with that chat bar
This is really good, I love the spotify background, the user panel quests don't have bottom radius though, other then that it's amazing
thanks for letting me know, ill take a look at it
ngl i forgot about the quests, im gonna add it later
fixed now!
i couldnt reproduce the issue myself, but i added a potential fix. lmk if its fixed now.
alright
its fixed
This is just a minor thing but if possible could you make them resizable, its 2px off for me π
should be fixed now
sorry to bother again lmao π its now 1px off
brother pulling out the super lens π
lmao, yeah sorry about that the smallest things bother me sometimes
nah i get you lol, i be like that sometimes as well. should be fixed now
might need to wait a minute until it updates, make sure to restart your dc
finally lmao
once again sorry to bother for such a small thing π
nah u good xd
hope you have a good rest of your night/day
also i really enjoy your other snippet as well
works with irc colors
nice to hear that! u have a great day as well
and this one works great with [Don't cover server list with panel/Revert user panel area](#π¨-css-snippets message)
This looks super cool, but I cannot get it to work at all for me. I've disabled every other thing in my quick css import, and nothing changes. Do I need to have discord in a specific compact-ness state?
what exactly isnβt working? and can you tell me your discord appearance settings?
thats actually pretty much what i wanted to achieve with my snippet
i like it :3
just one thing: user panel border is broken if you use a nameplate
i think i had a fix for that in my own snippet, lemme look
border: 1px solid var(--border-subtle);
}```
i believe it should be this
i actually tried yours first, but it had some small issues so i just ended up making something like it myself. it was also my first time tinkering with vencord's quick css, its kinda fun ngl
thx for letting me know! is the border just not showing when a nameplate is applied or what exactly is the issue?
the border is offset in that scenario
for some reason, dont ask me why cuz idk either
it just is
oh yea i see
This is so cool
lmk if its fixed now, tried a different approach but i cant test it cause i dont have a nameplate
Nothing happens at all when i add the @import line, and copy over the root: stuff.
Onyx colouring for discord, Default UI density
did you put the import at the top of your css?
is your quick ccs on?
yeah, other stuff is working
huh
is there another import above that?
there is 2, yes
it should be working then i have like 7 imports
could i see the commented out one?
try swaping places with the imports
like put this on on the top of the others
here's how mine looks like
nothin
backup your ccs and try just this one
alright
it appears to be working, bar the spotify plugin
with all of your ccs?
tbh i don't use spotfiy so i can't really help with that part
fair
it could just not be working idk
I do like how it looks now, so im happy, thank you for your assistance π«‘
np
if it stops working when you put ccs back in lmk
some imports like to be on top of other imports
Compact / Hide Visual Refresh Title Bar this one will not work if its not on the top
like the very first import
@import url('https://raw.githubusercontent.com/surgedevs/visual-refresh-compact-title-bar/refs/heads/main/desktop.css');
this one?
yeah and hidden
seems to be working for me when its not on top
huh
it only works if you have the "SpotifyControls" plugin enabled
ah, tysm
np
that immediately fixed it lmao
Ah damn, I stopped using Spotify months ago due to their horrid business practices (Glad I did now too, with their current sponsors).
Is there anyway to have that for other media? My RPC already using the listening API is there a way to make that show up in the corner like that one does?
well i can only edit whats already there. the vencord team would have to add such functionality first
Ok, I was just checking as I didn't know how it was populated
Is it possible to make this work for PreMIiD/Soundcloud?
It wouldn't be possible with just css
It'd have to be a plugin
darn
beautiful
Thanks for this btw.
Could the height be changed on the Quests? It cuts off the claim button.
I'm currently using bellow as a fix
.mask__0d616 {
height: auto;
max-height: 150px;
}```
thx for letting me know, iβll look into it.
Could this be modified to work well with tabs v2 and a custom vencord player
what exactly are you referring to with "tabs v2" and "custom vencord player"?
ill give u a pic
this is what I have
its currently not very compatible
well they are conflicting each other pretty hard so i cant really do much here. you would have to settle for one of them probably
How did you get rid of the bottom grey shadow on the background?
Bottom grey shadow?
Yes, this
Nevermind, found it
You have to edit by class name, your game/activity panel is activityPanel__5e434, your call container is container_e131a9, and your user is container__37e49
example to edit the call container's height
.panels__5e434 .container_e131a9 { height: 120px; }
oh ok tysm
Does anyone here know how to decrease the distance between these buttons?
I am using this redesign but the distance is still so wide
Figured it out
gap: 0px;
}
div[class*="avatarWrapper_"] {
padding-left: 0px;
padding-right: 0px;
}```
Along with this #1430168175999451216 message
hello people, i'm trying to make the panel completely transparent, so far i found out that even if you reduce the whole element's opacity to 0, there's still a whole invisible chunk blocking the channels/servers in that area. was wondering if there's a way to make it truly transparent so can see stuff through it 
ik how to do that
ill do it later tho im not on pc rn π
ill ping u :3
thank you
try this
margin-bottom: unset;
}```
ey, that did fix the server background but can't figure out how to make the channels transparent, only way it worked is if i set the scroller overflow to visible but then that doesn't let me scroll 
wdym? do you want the panels to be transparent?
i dont really understand sorry,,,,

lowkey no clue how to do it, nothing seems to work without breaking scrolling lol
i might be dumb though
augh
no worries
thank you for trying though and thank you for the server thingy

what are u currently using
the code im using for the panel is
.container_e131a9 {
background-color: none !important;
background: linear-gradient(201deg, #ff840064 20%, #4d0dcd5e 100%) !important;
backdrop-filter: blur(1px) !important;
}
.visual-refresh nav[class*=guilds_] {
margin-bottom: unset;
}
.scroller__629e4 {
overflow: auto !important;
}
.panels__5e434 {
background: none !important;
background-color: none !important;
border-radius: 2;
border: none;
width: 100%;
left: 0;
bottom: 0;
padding: 7px
}
to make it transparent i set the overflow to visible but again that impairs scrolling

yes
you can reduce its height and it becomes invisible but it also applies to the panel itself
what theme are u using
mix of clear vision and custom css
can I have file
got a idea
this is the main one
this is so broken

ik some of the code there doesn't work but i didn't have time to go over it yet
problem is i for some reason had a duplicate file and mixed up some of the changes
wowe
its using a snipet

it made it expanding though
o it's that snippet
yea let me try in a second
its nothing compared to what I make daily
my theme looks like this lol
wah
that's ultracustomised 
i initially wanted to go for something like this too but i realised i share a lot of screenshots and stuff so i decided to go with something more or less classic
makes sense
I have this because the last theme I used is literally crazy

havent even got close to its 200,000 lines not counting imports

there arent good pictures of it
the before dvr version was way better
aw it was terminated
you can also just make the panel invisible
if you reduce its opacity to 0 the block behind will still be visible
why is it black
itβs also like that for me with dms, selected users are in dark text for some reason
seems to be a bug by either discord or vencord
ah ic thank you
Discord checkpoint
Will be update for the new css classes? π
anybody knows the new css for the panel? i almost fully restored it but the servers seem to have went back to being not transparent
previous code was
.visual-refresh nav[class*=guilds_] {
margin-bottom: unset;
}
but i wasn't able to fix it with the new website nor have i found any replacements
@round ferry new classes
fixed
Lovely, waiting for Discord/Vencord to fix the gray text
Is there any update on that?
--bg-color: var(--background-gradient-high, var(--background-base-lowest));
--panel-gap: 8px;
--panel-radius: 10px;
--panel-color: var(--background-gradient-highest, var(--background-base-low));
--spotify-image-blur: 4px;
--spotify-image-opacity: 0.45;
--spotify-image-hover-opacity: 0.7;
--order-quests: 0;
--order-listening: 1;
--order-stream: 2;
--order-spotify-player: 3;
--order-voice: 4;
--order-profile: 5;
}
.panels__5e434 {
display: flex;
flex-direction: column;
gap: var(--panel-gap);
background: var(--bg-color);
border: none;
}
.mask__0d616 {
order: var(--order-quests);
margin-inline: 0;
padding-inline: 0;
border-radius: var(--panel-radius);
}
.wrapper__0d616,
.wrapperVisible__0d616 {
border-radius: var(--panel-radius);
}
.listeningAlong_e0cf27,
.panel__5dec7,
.container_e131a9,
.container__37e49 {
background-color: var(--panel-color);
border: 1px solid var(--border-subtle);
border-radius: var(--panel-radius);
}
.listeningAlong_e0cf27 {
order: var(--order-listening);
}
.panel__5dec7 {
order: var(--order-stream);
padding: calc(var(--custom-guild-list-padding) - var(--custom-panels-spacing) + 3px);
}
.wrapper_e131a9 {
order: var(--order-voice);
&:not(:has(.container_e131a9)) {
display: none;
}
.container_e131a9 {
min-height: 90px;
}
}
.container__37e49 {
order: var(--order-profile);
min-height: 59px;
&:has(.plated_37e49) {
border: none;
}
}
#vc-spotify-player {
order: var(--order-spotify-player);
position: relative;
overflow: hidden;
background: linear-gradient(to bottom, transparent 0%, var(--panel-color) 100%) !important;
border: 1px solid transparent;
border-radius: var(--panel-radius);
margin: 0 -1px;
.barFill_a562c8 {
background-color: var(--vc-spotify-green) !important;
}
.vc-spotify-repeat-context,
.vc-spotify-repeat-track,
.vc-spotify-shuffle-on {
span {
color: var(--vc-spotify-green);
}
svg {
fill: var(--vc-spotify-green);
}
}
.vc-spotify-progress-time {
margin-top: 10px;
}
&::before,
&::after {
content: "";
position: absolute;
inset: 0;
transition: all 0.4s ease-out;
z-index: -1;
}
&::before {
background: var(--vc-spotify-track-image) center/cover no-repeat;
opacity: var(--spotify-image-opacity);
}
&::after {
backdrop-filter: blur(var(--spotify-image-blur));
}
&:hover::before {
opacity: var(--spotify-image-hover-opacity);
}
&:hover::after {
backdrop-filter: blur(0);
}
> * {
filter: drop-shadow(0 0 10px var(--panel-color));
}
}```
copy-pasted from the last commit before December's CSS classes update
@mystic badger
i know
ow
i found why its not working
im updated my vencord
and i closed enable custom css π
fixed now
