#User Areas Reimagined
1 messages Β· Page 1 of 1 (latest)
Is there a way to extend the top margin a bit?
Also, when I've set my status to DND or Invisible, my username shows up correct if I hover over it. But when I'm Idle or online my username is shortened
(Invisible and DND)
(Online and Idle)
.subtext-2HDqJ7,
.panelSubtextContainer-7hU_Cm {
max-width: unset;
display: flex;
width: 100%;
}
add this for now until I add it to the file
.panels-3wFtMD .avatar-1EWyVD {
transform: translateY(-2.5px);
}
set it to negative whatever to move it up
Thank you π
this is moving my profile picture up, it's not extending the margin 
sorry, I must've misunderstood what you told me
you want to make the user button in that area bigger?
no, I want to move the dark grey part up. Like it was before
ah
.panels-3wFtMD > .wrapper-3Hk9OB {
margin-top: 0px;
}
try using this, and changing the number
it didn't work 
.
perfect! thank you 
.panels-3wFtMD > .wrapper-3Hk9OB {
margin-top: 0px;
}
this is a cool one but i need it for this one not the top one pls
can you stop pinging?
Idek why that space exists
and I don't have time testing snippets with every single theme in existence
i used this thats all
can you seriously stop pinging
This worked for me
.panels-3wFtMD .avatar-1EWyVD {
transform: none;
margin-top: 2px;
}
is it still much to high i have rewrite the code and delete many lines out of it to fix also certain bugs
like
- call timer plugin is bugged in connected channel info.
- user area is glitch out of space if your status is to long .
- it isnΒ΄t transparent on all themes and more
You're right about the call timer, for sure. I didn't even notice that
I don't have a transparent theme so I can't say what's up with that
it is like this then
with a fix it can look like this
damn, good work on fixing it. can you post your code here?
Not an issue for me somehow tho
i must clean up the code and also i need adding a gap between user selector and the bottom buttons also i made the buttons vor voice back to default because it have problems with some other themes.
Not having it cleaned up is fine.. at least the call timer fix? cause it's not visible for me 
here idk if you like it how it is in this state but lets see
This is fine.. thanks kind stranger 
@unborn sentinel I figured out the call timer issue
Use this code css .subtext-2HDqJ7, .panelSubtextContainer-7hU_Cm { display: block; }
How do I edit this text?
not really the right place
.rtcConnectionStatusConnected-1c73OK {
font-size: 0;
}
.rtcConnectionStatusConnected-1c73OK::before {
content: "Verbunden";
font-size: 14px;
}```
on line 7 edit the "Verbunden" to whatever you want.
I mean it should?
(Sorry for the self ad, but) I advise anyone who wants more info/inform me about broken snippets to join my support server
link?
about me
not exactly sure if anyone else is encountering this problem when using this and the SpotifyControls plugin in tandem but if so here's a fix (throw in quickcss)
.wrapper-VSquwh {
padding-bottom: 0px;
border-bottom: 0px solid var(--background-modifier-accent);
background: var(--bg-overlay-app-frame,var(--background-tertiary)) !important;
}
also a small adjustment to lower the user profile picture down a few pixels to prevent overlap on the time played
.panels-3wFtMD .avatar-19siqs {
transform: translateY(4.5px);
}
anyways thanks for the snippet homie very clean
Found some free time, will work on any and all issues
still have the issue ;-;
I don't know the class for that
updated to work with new classes
@zenith shore btw i dont think this works with VC timer plugin
i was in a vc the other day wasnt showing
the vc timer just adds a sting of text
the snippet just readjusts when a panel is above it
its not showing for me tho
if i used the other user panel thing you've made it shows
yeah the vc time thing is hidden in there probably
this makes it look like this^
cuz it looks like this