#Banners Begone

1 messages ยท Page 1 of 1 (latest)

keen zenith
#

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;
}
brazen bobcat
#

Woah

bright fern
#

Looks good with the cutoff though

keen zenith
#

when u look at someone's profile fullscreen?

foggy hedge
untold rune
#

any update for this snipper after the update? thanks in advance

rose night
untold rune
rose night
#

@untold rune Fixed!

untold rune
untold rune
#

hello, once again discord destroyed this treasure ๐Ÿ˜ฆ hoping for an update (if its still possible)

keen zenith
#

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;
}