#Improvements are welcome
1 messages · Page 1 of 1 (latest)
do i need the one you extended from for this to work? i pasted it in, and now my name spot is just blacked out, but theres still the big gap where the name was at
add
[class*="panels"] [class*="avatarWrapper"] {
min-width: unset;
i had the same issue so made a simpler version that works for me
[class*="panels"] {
width: calc(97% - var(--custom-guild-list-width)) !important;
left: unset !important;
right: 5px;
}
in case it helps yes i abused !important bc im lazy
the original has this because I guess they didn't want the name
.nameTag__37e49 {
display: none;
}
you can remove that to keep the name
Oh ok
With this thing the server list now takes up all the height that was cut off with user panel before.
.wrapper_ef3116 {
margin-bottom: 0 !important;
padding-top: 15px;
}
You simply take the snippet that Obsidian posted and then take my extension
I removed the name, because well... I feel like most people can remember their own name.... Also you can still see it if you click your avatar
How to fix decoration?
.avatarDecoration__44b0c{
margin-left: 1.8px;
}``` this snippet helped me
Thanks, added it to the original snippet
I just now realized that all decorations uses the same class, so all decorations is off by 1.8 pixels