Skip to content

Latest commit

 

History

History

ProfileBannerHeight

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Profile Banner Height

Status: working

Customisable profile banner height.

Old profile New profile experiment
Old themed New themed
Old themed New unthemed with status
Old unthemed New unthemed

Usage

@import

@import url("https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/main.css");

Replugged automatic theme

Install now

Replugged manual theme

Download now

Vencord online theme

https://minidiscordthemes.github.io/Snippets/ProfileBannerHeight/main.css

Customisation

Paste the following at the end of Custom / Quick CSS, then edit the values:

.userProfileInner__8ff35 {
    /* Plain colour banner */
    &:where(:not(:has(.banner__6d414[style*="background-image"]))) {
        --banner-height-desired: 60px;
    }
    /* Image banner */
    &:where(:has(.banner__6d414[style*="background-image"])) {
        --banner-height-desired: 70px;
    }
    /* All banner types in new profile experiment */
    &.biteSizeInnerThemed__5cdaf {
        --banner-height-desired: 65px;
    }
}