#**User Area and Activity Panels redesign
1 messages · Page 1 of 1 (latest)
ill look into it in a second :3
oh yeah i pushed a change today and didnt realize it broke user area (since i use a different css for it)
ill fix in a moment
@urban hinge fixed!!
#vc-spotify-player {
background-color: var(--background-gradient-highest, var(--background-base-low)) !important;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border: 1px solid var(--border-subtle);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
height: 130px;
margin-bottom: 12px;
}
section[class^="panels_"] {
background: var(--background-gradient-high, var(--background-base-lowest));
border: 0px;
border-left: 0px;
}
section[class^="panels_"] div[class^="container__"] {
background-color: var(--background-gradient-highest, var(--background-base-low));
border: 1px solid var(--border-subtle);
border-radius: 20px;
}
section[class^="panels_"] div[class^="panel_"] {
margin-bottom: 12px;
border-radius: 20px;
border: 1px solid var(--border-subtle);
}
header[class^="header_"] {
border-bottom: 0px;
}```
is the vc section suposed to be transparent?
yeah since i cant rlly figure out how to make it look good
cuz like
i have the css to theme it
but when its themed and youre not in VC its still visible somehow
i mean like it isnt fully visible but you have like a large line above user panel
tyy ^^
i think i found a fix for this
section[class^="panels_"] {
background: none;
border: 0px;
border-left: 0px;
}
/* VC */
.wrapper_e131a9 {
margin-bottom: 12px;
border-radius: 20px; /*adjust this part*/
background: var(--background-gradient-highest, var(--background-base-low));
}
/* USER */
section[class^="panels_"] div[class^="container__"] {
border: 1px solid var(--border-subtle);
border-radius: 20px;
background: var(--background-gradient-highest, var(--background-base-low));
}
/* ACTIVITY */
section[class^="panels_"] div[class^="panel_"] {
margin-bottom: 12px;
border-radius: 20px;
border: 1px solid var(--border-subtle);
background: var(--background-gradient-highest, var(--background-base-low));
}
header[class^="header_"] {
border-bottom: 0px;
}
it worked ty
when you leave vc does it have the weird line above user panel?
it did! i settled to just removing the border for the vc panel since it wasn't that noticeable for me
spotify listen along looks a lil funky
will fix whenever i could
okay thanks
fixed
edited the original message
just delete the old version and paste the new one
?
the hovered corners are kinda inconsistent
#vc-spotify-player {
background-color: var(--background-gradient-highest, var(--background-base-low)) !important;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border: 1px solid var(--border-subtle);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
height: 130px;
margin-bottom: 12px;
}
section[class^="panels_"] {
background: var(--background-gradient-high, var(--background-base-lowest));
border: 0px;
border-left: 0px;
}
section[class^="panels_"] div[class^="container__"] {
background-color: var(--background-gradient-highest, var(--background-base-low));
border: 1px solid var(--border-subtle);
border-radius: 20px;
}
section[class^="panels_"] div[class^="panel_"] {
margin-bottom: 12px;
border-radius: 20px;
border: 1px solid var(--border-subtle);
}
header[class^="header_"] {
border-bottom: 0px;
}
section[class^="panels_"] div[class^="listeningAlong_"] {
border: 1px solid var(--border-subtle) !important;
margin-bottom: 12px;
border-radius: 20px;
}
section[class^="panels_"] div[class^="avatarWrapper__"] {
border-radius: 17px;
}```
fixed
this happened for me
idk but is there a way I can change the chat bar's border radius to match the user area's?
i have a snippet for that
is there a way to make the spotify controls appear on top rather than vc control?
uhh im not sure but its just how the spotify plugin works
like this actually?
VERY untested but here you go
#vc-spotify-player {
background-color: var(--background-gradient-highest, var(--background-base-low)) !important;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border: 1px solid var(--border-subtle);
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
height: 130px;
margin-bottom: 140px;
}
.container_e131a9 {
margin-bottom: -275px;
border: 1px solid var(--border-subtle);
border-radius: 20px;
}
section[class^="panels_"] {
background: var(--background-gradient-high, var(--background-base-lowest));
border: 0px;
border-left: 0px;
padding-top: 180px !important;
}
section[class^="panels_"] div[class^="container__"] {
background-color: var(--background-gradient-highest, var(--background-base-low));
border: 0px solid var(--border-subtle);
border-radius: 20px;
}
section[class^="panels_"] div[class^="panel_"] {
margin-bottom: 12px;
border-radius: 20px;
border: 1px solid var(--border-subtle);
}
header[class^="header_"] {
border-bottom: 0px;
}
section[class^="panels_"] div[class^="listeningAlong_"] {
border: 1px solid var(--border-subtle) !important;
margin-bottom: 12px;
border-radius: 20px;
}
not sure if it has bugs
i'll test it rn and let you know
works like a charm, i adjusted some number to fit my linking in terms of space between the panels, thank you :)
np ;3
only one thing i didn't try it earlier, if i quit the vc and have spotify going this is the result
owh...
i dont know how to fix that i cant lie
im not that good with css
Oh no problem, I will go back to the previous np :)
btw one last thing, is it right that there is that little line on bottom or i have done something wrong?
is the fix done btw
i forgor sorry
gimme a second
hmmm
for me it doesnt seem to be an issue
idk???
i use the "don't cover server list with panel" snippet as well btw
try disabling it temporsrily and see if it persists
hmm
then idk i have the same thing and it still doesnt happen
im so sleepy what am i even saying ðŸ˜
how do you change discord's ui color btw
bc i don't see the line in your image on top
btw how do i curve the hover box here (i'm using the midnight theme)
@nocturne rain code of User Area and Activity Panels redesign pin up still work ?
yup!
still working
it didn't show to me i press on CSS the code and restarted but didnt work
where is the prob?
@nocturne rain most of the codes didn't work for me bdw
works for me
im using the same snippet
show me how the panel looks for you
this ?
for this : User Area and Activity Panels redesign
..
do you have spotify controls plugin enabled
i think so
uhh
hmm no idea then, it should be there
im not sure about midnight
the snippet does round it by default but ig midnight conflicts with that
i meant the hovering user profile thing
its fine thank you for the help
yeah it should be rounded in the default snippet
Great snippet! I have no issue with it.
ok wait, I got 2 small requests, I was wondering if anyone would know how to remove or hide this "!" icon from listen along place and make the bg color of it a solid dark color or gradient based on the album art, would be cool if it could be done...
if i used listen together id do it but like that i dont really have a way to even do that really :/
did it once with someone's help to round the corners and stuffs
ahh u can join me to look at it and try stuff
I am listening along with others atm
im not at home rn :/
oki lmk when u wanna check or test, I can inv u
alrighty, its either gonna be later today or tomorrow, depending on how tired ill be when i come back
take ur time, no rushing
Can fix this please?
unfortunately my laptop broke a few days ago and i have no way of working on css for now
im not able to afford anything new at the moment either so yeah...
maybe in a few months ill fix it
if everything goes right