#Neat!
1 messages · Page 1 of 1 (latest)
i only import if its complicated or above a certain size/popularity
ah
i like using imports because it allows me to keep the actual css to what i wrote myself so it's eaiser to navigate
a bit too compact...
only issue with this on a vertical monitor it doeesn't extend all the way down
Afaik not fixable, discord lazy-renders/loads the member list and expects the members to be a certain size
Make sure that first rule is applying
is there a way to make it resizeable like how the channel names are so resizeable horizontally?
eaiodough
no, not how you think
it is possible with the resize property, but you have to use like the corner
not coidng that
@grand quarry is there a way to bring back the name plates on this?
No
Fuck you for wanting nameplates back
@grand quarry ❤️
is there a reason some users are a lil to the right?
yeah i do get that too
@mighty pine @shell cape can be fixed by adding this inside of the first .member__5d463 block:
.childContainer__91a9d .nameplated__91a9d {
position: initial !important;
}
or this if you want the more future-proof version:
[class*="childContainer"][class*="nameplated"] {
position: initial !important;
}
where addon MemberCount AND css-snippet Overhaul MemberCount indicators is used, I modified .membersGroup_c8ffbb by appending...
padding-top: 1.5em !important;
discord just broke this snippet
i was able to fix it with the class updater
randomly some shit went outta line like this today
anyway idk why and dont care to investigate, btu this fixes it ⠀
just comment this
.membersWrap_c8ffbb {
.content_d125d2 {
padding: 0em 0.25ch;
/* activity header bar */
.headerContainer__095fe {
padding-left: 1ch !important;
}
/* activity cards */
.container__0f2e8 {
margin: 0.25em;
padding: 0.25em;
}
/* role header */
.membersGroup_c8ffbb {
padding: 0 !important;
padding-top: 0.25em !important;
margin: 0 !important;
}
/* each member row */
.member__5d473, .childContainer__91a9d, .memberInner__5d473 {
padding: 0 !important;
margin: 0 !important;
/* pfp */
.avatar__91a9d {
scale: 0.75;
margin: 0;
padding-right: 0.5ch;
}
/* name + extras */
.content__91a9d {
display: flex;
align-items: center;
align-content: center;
gap: 4px;
}
}
}
/* member count */
.vc-membercount-widget {
margin: 0.33em 0 0;
}}
