#Simplified Panels Area

1 messages · Page 1 of 1 (latest)

crystal obsidian
#

i will test it later but cant rn

patent pilot
#

why is it so large

crystal obsidian
#

chonky

paper nexus
patent pilot
paper nexus
#

Ah I see

patent pilot
paper nexus
#

I’ll tweak it a bit

paper nexus
#

should be good now

crystal obsidian
#

kinda works i guess

slow lagoon
crystal obsidian
patent pilot
crystal obsidian
patent pilot
crystal obsidian
#

theres 2 overflow: hidden

#

issue #2

patent pilot
crystal obsidian
patent pilot
crystal obsidian
#

thats with only the 1st one

patent pilot
crystal obsidian
#
/* Expandable Userpanel */
.panels_c48ade {
 height: 58px;
 width: 58px!important;
 display: flex!important;
 flex-direction: column;
 overflow: hidden;
 transition: width 0.6s;
  z-index: 50000;
  pointer-events: all;
  border: 1px solid var(--border-subtle)!important;
 &:has(.container_e131a9) {
  background-color: var(--notice-background-positive);
  border: 1px solid var(--border-normal);
 }
}

.wrapper_e131a9 {
  height: 0;
  overflow: hidden;
   transition: height 0.6s;
}
.panels_c48ade:hover {
  width: 100%!important;
  width: 300px!important;
  height: auto!important;
  .wrapper_e131a9 {
    height: auto!important;
  }
}
.sidebar_c48ade {
  overflow: visible!important;
}
.container__2637a {
  padding-bottom: 0px!important;
}
.scroller__99e7c {
  margin-bottom: 0px!important;
}

.bottom__7aaec {
  bottom: 0px!important;
}```
#

thats it with nothing changed

#

with top and 2nd one removed

#

only 1st one

#

only 2nd one

#
/* Userpanel Fixes */
.visual-refresh .panel__5dec7 {
  display: none;
}```
#

i have this too but thats to fix this

meager skiff
#

how can i put the voice channel status below my spotify controls

tropic oxide
#

is there a way to make this work for the buttons on the spotify control panel?

paper nexus
#

i could probably add a layout for it in the morning

tropic oxide
#

thank you!!

cedar ether
#

this is amazing, really great work

tropic oxide
#

if there was a way to basically make all of the controls + timestamps (maybe? prolly not) go to the top right, that's be great

paper nexus
#

yeah i could probably do something like that

tropic oxide
#

peakkkk thank you!!

paper nexus
tropic oxide
#

YOOO thats so peak

#

I think the first one looks better, but up to you!!

paper nexus
#

only reason i didn't go with the first one is cause of the weird text shift

tropic oxide
#

ah alright

paper nexus
#

if i could make it not do that i'd definitely reconsider it

tropic oxide
#

welp i've gotta fix this

#

overflow

paper nexus
#

seems like the player section itself uses overflow hidden for the album cover bg

tropic oxide
#

peak got it working

paper nexus
#

cool

inner quail
tropic oxide
inner quail
tropic oxide
# inner quail yes
#vc-spotify-player {
    --blur-amount: 4px; 
    --normal-bg-colour: var(--bg-overlay-floating, var(--background-base-low, var(--background-secondary-alt)));

    position: relative;
    background: linear-gradient(to bottom, transparent 0%, var(--normal-bg-colour) 100%) !important;
    overflow: hidden;
    transition: all 0.4s ease-out;
    > * {
      filter: drop-shadow(0 0 10px var(--normal-bg-colour));
    }
}```


remove the `overflow: hidden;` line
#

@inner quail

#

there's this issue where the three buttons for the profile remain visible even if I'm not hovering over them- this is only when using collapsable sidebars

#

it's this code:

.visual-refresh .panels_c48ade:hover [class^="container__"] [class^="buttons__"] {
 
   scale: 100%;
   opacity: 100%;
}```
#

there's this bug where there's a white bar in the back of the progress bar

tropic oxide
# tropic oxide there's this issue where the three buttons for the profile remain visible even i...

bug fixed! Just had to delete this code:



.visual-refresh [class^="panels_"] [class^="container__"] [class^="buttons__"] {

  opacity: 0%;
  scale: 0%; /* Because the buttons can't stay inside the panel on chromium (any help is appreciated) */
  transition-property: opacity, margin-bottom, scale;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.08s;
}

.visual-refresh .panels_c48ade:hover [class^="container__"] [class^="buttons__"] {
 
   scale: 100%;
   opacity: 100%;
}```
inner quail
#

thanks!

copper sigil
#

@paper nexus nice work way better than what i was doing prevously

copper sigil
#

oh dav btw where i have that red dot activates the popout, if your in a DM call with video full screen you cant click the down arrow to reopen the chat

urban estuary
#

would it be possible to make the spotify music player hover ui always show (not the default vencord one, this one, it's really pretty); maybe between the music player and user profile instead, like where the settings/mute/deafen buttons are when you hover. and then when you hover over your profile, it fades into the other menu?

fast pasture
#

Hi, i'm having a problem. Both red icons appear when i'm just muted

tropic oxide
#

make sure your css is the original

fast pasture
#

thx for the suggestion tho

tropic oxide
#

ofc, glad it resolved

paper nexus
paper nexus
#

Should very much be possible

copper sigil
#

yeah thats quite weird

paper nexus
#

I figured that was gonna happen

#

I’ll change it when I’m home

copper sigil
#

thanks for fixing it 🙂

safe brook
#

chat im not experienced, why doesn't it work :(

#

oh the :root was fucking with it

copper sigil
safe brook
#

aight thanks :p

strong geode
#

for me it doesn't work... is it because I have some plugins active?

patent pilot
strong geode
#

yup

patent pilot
#

Show me your quickcss

strong geode
#

do I have to paste it all or a ss is enough?

patent pilot
#

Ss enough

strong geode
patent pilot
#

Try removing the comment at the start

strong geode
#

oop, you're right

#

typo error

#

// instead of /*

#

thx c:

strong geode
#

I'll aske here as well... what do you think can cause the top corners to be like that...

patent pilot
#

Other css

strong geode
#

somewhere here?

#vc-spotify-player {
    --blur-amount: 4px; 
    --normal-bg-colour: var(--bg-overlay-floating, var(--background-base-low, var(--background-secondary-alt)));

    position: absolute;
    background: linear-gradient(to bottom, transparent 0%, var(--normal-bg-colour) 100%) !important;
    /*overflow: hidden;*/
    transition: all 0.4s ease-out;
    > * {
      filter: drop-shadow(0 0 10px var(--normal-bg-colour));
    }
    
}
#vc-spotify-player:hover {
    --blur-amount: 0px;
}
#vc-spotify-player::before,
#vc-spotify-player::after {
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease-out;
}
#vc-spotify-player::before {
    background: var(--vc-spotify-track-image);
    background-position: center; 
    background-size: cover;
    opacity: 0.5;
}
#vc-spotify-player:hover::before {
    opacity: 0.7;
}
#vc-spotify-player::after {
    backdrop-filter: blur(var(--blur-amount));
}
#vc-spotify-progress-bar > [class^="slider_"] > [class^="bar_"] > [class^="barFill_"] {
    background-color: white !important;
    background: var(--vc-spotify-track-image);
    background-size: 100px 100%;
    filter: blur(2px);
}
maiden shuttle
#

any fix for cut off buttons?

paper nexus
#

set panels overflow to visible

maiden shuttle
patent pilot
tropic oxide
#

why would you use that snippet when this snippet already does that

crystal obsidian
#

its hit or miss from what i can tell

#

for my friend it collapses the panel but for me it doesnt

#

even if i remove every other snippet and just use this snippet

#

still doesnt work

reef geode
#

how do i just remove it or make it go up and not behind

reef geode
# tropic oxide .

how? i just pasted this @import url(https://davart154.github.io/Themes/Snippets/Simplified%20Panel%20Area/SimplifiedPanelArea.css);

#

and it works just not for spotify

copper sigil
#

wonder if its possible to put the vencord toolbox on that userpanel where the other buttons are

silver grail
#

using collapsible sidebars and someeones code to fix a bug in it is breaking this

lyric sand
#

the network icon is now pushed to the right

eternal hornet
#

uhhh..

meager cosmos
#

just some adjustments, looks sick

meager cosmos
sage anchor
#

like the controls and thing

sage anchor
meager skiff
silver grail
#

i think discord pushed a new update and i can now no longer access settings

#

or my css

#

chat am i cooked?

fathom trench
eternal hornet
#

@paper nexus

paper nexus
#

Hmm

#

Alr, I’ll see what I can do

eternal hornet
tropic oxide
#

yo peak he fixed it

paper nexus
#

I still need to fix the Spotify bar iirc i can get to that in the morning

eternal hornet
wind oracle
crystal obsidian
wind oracle
wind oracle
crystal obsidian
#

i dont use the exact one from that image anymore tho

wind oracle
#

also could someone put the new code with all fixes here at the end cause everyone added something and im confused about what i have to do

wind oracle
crystal obsidian
#

its mostly the same just with some additions and reductions to make it run smoother

solid tusk
#

i think its not working anymore, or are there any available solutions?

paper nexus
eternal hornet
#

@paper nexus uhh..

paper nexus
#

Seems like they changed some variable names

eternal hornet
soft flame
#

i assume this is the same issue as the image above too?

#

or idk, i just dont want the buttons to be black. kinda hard to see 😭

soft flame
#

nvm edited some of the code and fixed it

static cairn
#

would be really nice if all the buttons just layed on top of everything like their own panels and just free'd up space for the profile and voice sections to look nicer

#

i dont really want to expand the channel list so its more usable

eternal hornet
#

why am i still like this?

crystal obsidian
#

this is the semi fixed version for anyone who wants it

#

iirc the video and screenshare buttons were just icons before

#

i think the spotify player is fine

#

theme devs: you will open the replace prompt in vscode or whatever you use. you will enable regex. you will put \.([_0-9a-f]{6})[0-9a-f]{10,11}-([A-Za-z0-9_\-]+) in and replace it with .$2_$1 and if this regex creates one goddamn problem i'm going to lose it

#

this is what fixed it for me

#

credit @patent pilot

crystal obsidian
#

i put a pr thru for u @paper nexus it might need some tweaking however

crystal obsidian
#

okay found one bug with it but this is dependant on how long the channel name is i believe

#

my proposal is either limit the amount of characters that can be shown at once or move the "Show Voice Users" to a different place

thorn marlin
#

when I try to leave a call the buttons are cut off and will not select

paper nexus
#

I’ll look into it

paper nexus
fair shell
#

is there a fix to the problem where the buttons are bright green

#

even after removing literally all of my snippets except for the import it still is there

crystal obsidian
crystal obsidian
#

did u change the size of the userpanel?

paper nexus
#

seems like something in the app itself changed so i'll have to fix it

crystal obsidian
#

all gd

crystal obsidian
paper nexus
#

seems like something with the padding, yeah i'll fix it

#

should be fixed, github will push it in a few minutes