BetterDiscordAddons/Themes/_res/UsrBgs.css

30 lines
916 B
CSS
Raw Normal View History

2021-06-10 20:58:41 +02:00
#app-mount .userPopout-xaxa6l .popoutBanner-19WKGg,
#app-mount .userPopout-xaxa6l .profileBanner-33-uE1 {
2021-05-21 11:15:23 +02:00
height: 120px !important;
max-height: var(--user-background, 60px) !important;
}
2021-06-10 20:58:41 +02:00
#app-mount .root-3QyAh1 .profileBanner-33-uE1 {
height: 240px !important;
max-height: var(--user-background, 120px) !important;
}
#app-mount .popoutBanner-19WKGg::before,
2021-05-26 13:38:36 +02:00
#app-mount .profileBanner-33-uE1::before {
content: "";
position: absolute;
background: #000 var(--user-background) var(--user-popout-position, center)/cover no-repeat;
background-attachment: var(--user-background, fixed);
top: 0;
right: 0;
bottom: 0;
left: 0;
}
2021-06-10 20:58:41 +02:00
#app-mount .userPopout-xaxa6l .avatarPositionNormal-aZjAsn {
2021-05-21 11:15:23 +02:00
top: 76px !important;
margin-top: var(--user-background, -60px) !important;
2021-05-21 13:06:23 +02:00
}
2021-06-10 20:58:41 +02:00
#app-mount .userPopout-xaxa6l .headerTop-2cWpdB {
2021-05-21 21:21:32 +02:00
padding: 58px 16px 16px;
2021-05-21 20:54:10 +02:00
}
2021-06-10 20:58:41 +02:00
#app-mount .root-3QyAh1 .headerTop-547GTz {
2021-05-21 21:21:32 +02:00
min-height: 32px;
2021-06-10 20:58:41 +02:00
}