BetterDiscordAddons/Themes/_res/UsrBgs.css

32 lines
1006 B
CSS
Raw Normal View History

2022-01-11 15:06:27 +01:00
#app-mount .userPopout-2j1gM4 .popoutBanner-3cqRD9,
2022-04-23 19:48:23 +02:00
#app-mount .menu-1QACrS .popoutBanner-3cqRD9 {
2021-05-21 11:15:23 +02:00
height: 120px !important;
max-height: var(--user-background, 60px) !important;
}
2022-01-11 15:06:27 +01:00
#app-mount .root-8LYsGj .profileBanner-1owKI5 {
2021-06-10 20:58:41 +02:00
height: 240px !important;
max-height: var(--user-background, 120px) !important;
}
2022-01-11 15:06:27 +01:00
#app-mount .popoutBanner-3cqRD9::before,
#app-mount .profileBanner-1owKI5::before {
2021-05-26 13:38:36 +02:00
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;
}
2022-04-23 19:48:23 +02:00
#app-mount .userPopout-2j1gM4 .avatarPositionNormal-2jWoC2,
#app-mount .menu-1QACrS .avatarPositionNormal-2jWoC2 {
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
}
2022-04-23 19:48:23 +02:00
#app-mount .userPopout-2j1gM4 .headerTop-3GPUSF,
#app-mount .menu-1QACrS .headerTop-3GPUSF {
2021-05-21 21:21:32 +02:00
padding: 58px 16px 16px;
2021-05-21 20:54:10 +02:00
}
2022-01-11 15:06:27 +01:00
#app-mount .root-8LYsGj .headerTop-1PNKck {
2021-05-21 21:21:32 +02:00
min-height: 32px;
2021-06-10 20:58:41 +02:00
}