#User Areas Reimagined

1 messages Β· Page 1 of 1 (latest)

hollow obsidian
#

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

zenith shore
#
.subtext-2HDqJ7,
.panelSubtextContainer-7hU_Cm {
  max-width: unset;
  display: flex;
  width: 100%;
}

add this for now until I add it to the file

zenith shore
#

set it to negative whatever to move it up

hollow obsidian
zenith shore
#

sorry, I must've misunderstood what you told me

#

you want to make the user button in that area bigger?

hollow obsidian
zenith shore
#

ah

#
.panels-3wFtMD > .wrapper-3Hk9OB {
  margin-top: 0px;
}
#

try using this, and changing the number

hollow obsidian
#

it didn't work Dying

hollow obsidian
zenith shore
#

like this?

#
.panels-3wFtMD .avatar-1EWyVD {
  transform: none;
  margin-top: 0;
}
zenith shore
#
.panels-3wFtMD > .wrapper-3Hk9OB {
  margin-top: 0px;
}
unborn sentinel
zenith shore
#

can you stop pinging?

#

Idek why that space exists

#

and I don't have time testing snippets with every single theme in existence

unborn sentinel
zenith shore
#

can you seriously stop pinging

hollow obsidian
unborn sentinel
hollow obsidian
unborn sentinel
#

with a fix it can look like this

hollow obsidian
#

Not an issue for me somehow tho

unborn sentinel
hollow obsidian
unborn sentinel
hollow obsidian
hollow obsidian
#

@unborn sentinel I figured out the call timer issue

Use this code css .subtext-2HDqJ7, .panelSubtextContainer-7hU_Cm { display: block; }

dapper cove
#

How do I edit this text?

zenith shore
#

not really the right place

unborn sentinel
#

on line 7 edit the "Verbunden" to whatever you want.

hollow obsidian
#

the github got nukes??

#

it doesn't work anymore

zenith shore
#

I mean it should?

zenith shore
#

(Sorry for the self ad, but) I advise anyone who wants more info/inform me about broken snippets to join my support server

zenith shore
#

about me

unreal robin
#

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;
}
unreal robin
#

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

zenith shore
#

Found some free time, will work on any and all issues

hollow obsidian
zenith shore
#

I don't know the class for that

junior beacon
zenith shore
#

it was already updated

#

all of my snippets are already updated

junior beacon
#

@zenith shore btw i dont think this works with VC timer plugin

#

i was in a vc the other day wasnt showing

zenith shore
#

the vc timer just adds a sting of text

#

the snippet just readjusts when a panel is above it

junior beacon
#

if i used the other user panel thing you've made it shows

zenith shore
#

that's how it's meant to look

#

oh

#

yeah the text is too big

junior beacon
#

yeah the vc time thing is hidden in there probably

icy turret
icy turret