#Banners Begone
1 messages ยท Page 1 of 1 (latest)
this should fix the cut-off?
[class*="userProfileOuter"] [class|="bannerSVGWrapper"] {
display: none !important;
}
[class*="userProfileOuter"] [class*="avatarPosition"] {
top: -30px !important;
}
[class*="avatarUploaderNormal"], [class*="avatarUploaderPremium"] {
top: -30px !important;
}
[class|="customizationSection"] [class|="userPopoutOuter"] {
margin-top: 40px;
}
/* dms user panel */
[class|="userPanelInner"] [class*="avatarPosition"] {
top: 12px !important;
}
[class|="userPanelInner"] > [class*="scrollerBase"] {
padding-top: 52px;
}
/* fix fullscreen cutoff */
[class*="root"][class*="fullscreenOnMobile"], [class*="userProfileOuter"] {
overflow: visible;
}
yes! thank you.
Woah
Looks good with the cutoff though
when u look at someone's profile fullscreen?
it would be nice to add a border to the avatar
any update for this snipper after the update? thanks in advance
ill do it one day

yey thank you!
hello, once again discord destroyed this treasure ๐ฆ hoping for an update (if its still possible)

at least for the one i posted that fixes the cutoff it seems to jus work with one character change :3
[class*="userProfileOuter"] [class^="bannerSVGWrapper"] {
display: none !important;
}
[class*="userProfileOuter"] [class*="avatarPosition"] {
top: -30px !important;
}
[class*="avatarUploaderNormal"], [class*="avatarUploaderPremium"] {
top: -30px !important;
}
[class|="customizationSection"] [class|="userPopoutOuter"] {
margin-top: 40px;
}
/* dms user panel */
[class|="userPanelInner"] [class*="avatarPosition"] {
top: 12px !important;
}
[class|="userPanelInner"] > [class*="scrollerBase"] {
padding-top: 52px;
}
/* fix fullscreen cutoff */
[class*="root"][class*="fullscreenOnMobile"], [class*="userProfileOuter"] {
overflow: visible;
}
thank you so much!