stuff
This commit is contained in:
parent
f0dc74294f
commit
3fbc7a01f0
|
@ -734,7 +734,13 @@
|
|||
.avatarUploaderInner-3UNxY3 { /* accountsettings avatar upload */
|
||||
background-color: rgb(var(--accentcolor));
|
||||
}
|
||||
|
||||
.profileBackgroundPreview-3BVL0Q { /* accountsettings banner upload */
|
||||
height: calc(100% - 120px);
|
||||
}
|
||||
.bannerDisabledOverlay-2Z-HAU {
|
||||
border-radius: 8px;
|
||||
cursor: no-drop;
|
||||
}
|
||||
#app-mount .questionMark-CWEQZn, /* accountsettings questionmark */
|
||||
#app-mount .questionMark-3qBhGj { /* accountsettings questionmark new */
|
||||
background-color: rgb(var(--accentcolor));
|
||||
|
|
|
@ -2498,7 +2498,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
|
||||
#app-mount .topSectionNormal-2-vo2m {
|
||||
--text-color: var(--user-background, var(--header-primary));
|
||||
background: var(--user-background, var(--background-tertiary)) var(--user-popout-position, var(--popoutposition))/cover no-repeat;
|
||||
background: var(--user-background, var(--background-tertiary)) var(--user-popout-position, center)/cover no-repeat;
|
||||
border-color: #fff;
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px var(--background-tertiary);
|
||||
|
@ -3353,7 +3353,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
color: #fff;
|
||||
}
|
||||
#app-mount .profileBanner-j34RzR {
|
||||
background: var(--user-background, rgb(var(--accentcolor))) var(--user-popout-position, var(--popoutposition))/cover no-repeat !important;
|
||||
background: var(--user-background, rgb(var(--accentcolor))) var(--user-popout-position, center)/cover no-repeat !important;
|
||||
background-attachment: var(--user-background, fixed);
|
||||
height: 120px !important;
|
||||
max-height: var(--user-background, 60px) !important;
|
||||
|
@ -3363,7 +3363,7 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
|
|||
margin-top: var(--user-background, -60px) !important;
|
||||
}
|
||||
#app-mount .headerNormal-T_seeN {
|
||||
background: var(--user-background, var(--background-tertiary)) var(--user-popout-position, var(--popoutposition))/cover no-repeat;
|
||||
background: var(--user-background, var(--background-tertiary)) var(--user-popout-position, center)/cover no-repeat;
|
||||
background-attachment: var(--user-background, fixed);
|
||||
color: var(--text-color);
|
||||
text-shadow: 1px 1px var(--background-tertiary);
|
||||
|
|
Loading…
Reference in New Issue