#**User Area and Activity Panels redesign

1 messages · Page 1 of 1 (latest)

urban hinge
#

a little too big on my end, is there a fix for this 😅

nocturne rain
nocturne rain
#

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;
}```
languid island
#

is the vc section suposed to be transparent?

nocturne rain
#

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

languid island
#

okay cool

#

but still W css

nocturne rain
#

tyy ^^

urban hinge
#

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;
}
languid island
nocturne rain
urban hinge
nocturne rain
#

oh alr

#

nice :3

kind pagoda
#

spotify listen along looks a lil funky

nocturne rain
kind pagoda
#

okay thanks

nocturne rain
#

edited the original message

#

just delete the old version and paste the new one

dapper bronze
nocturne rain
dapper bronze
#

the hovered corners are kinda inconsistent

nocturne rain
# dapper bronze 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

dapper bronze
nocturne rain
#

ill fix in a few

dapper bronze
#

idk but is there a way I can change the chat bar's border radius to match the user area's?

short lichen
#

is there a way to make the spotify controls appear on top rather than vc control?

nocturne rain
nocturne rain
# short lichen is there a way to make the spotify controls appear on top rather than vc contro...

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

short lichen
#

works like a charm, i adjusted some number to fit my linking in terms of space between the panels, thank you :)

short lichen
# nocturne rain np ;3

only one thing i didn't try it earlier, if i quit the vc and have spotify going this is the result

nocturne rain
#

i dont know how to fix that i cant lie

#

im not that good with css

short lichen
#

Oh no problem, I will go back to the previous np :)

short lichen
#

btw one last thing, is it right that there is that little line on bottom or i have done something wrong?

dapper bronze
nocturne rain
#

gimme a second

#

hmmm

#

for me it doesnt seem to be an issue

#

idk???

dapper bronze
#

i use the "don't cover server list with panel" snippet as well btw

nocturne rain
dapper bronze
#

yep

#

it still happens

nocturne rain
#

hmm

#

then idk i have the same thing and it still doesnt happen

#

im so sleepy what am i even saying 😭

dapper bronze
short lichen
dapper bronze
#

btw how do i curve the hover box here (i'm using the midnight theme)

royal gale
#

@nocturne rain code of User Area and Activity Panels redesign pin up still work ?

royal gale
#

where is the prob?

#

@nocturne rain most of the codes didn't work for me bdw

nocturne rain
#

im using the same snippet

royal gale
#

did i have to active somthing here ?

#

can you help me with this ? @nocturne rain

nocturne rain
#

show me how the panel looks for you

royal gale
#

panels of what ?

royal gale
nocturne rain
#

the thing the css is supposed to change

#

....

royal gale
#

for this : User Area and Activity Panels redesign

nocturne rain
#

ehhhh

#

this. show me how this looks for you

royal gale
#

ah sorry

#

ok

royal gale
nocturne rain
#

with the css

vagrant plaza
#

it doesn’t work for me

nocturne rain
vagrant plaza
#

i think so

nocturne rain
nocturne rain
#

the snippet does round it by default but ig midnight conflicts with that

dapper bronze
#

i meant the hovering user profile thing

vagrant plaza
nocturne rain
whole yacht
#

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...

nocturne rain
#

did it once with someone's help to round the corners and stuffs

whole yacht
#

I am listening along with others atm

nocturne rain
whole yacht
nocturne rain
whole yacht
#

take ur time, no rushing

next yacht
#

Can fix this please?

nocturne rain
#

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