-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.css
56 lines (48 loc) · 1.03 KB
/
profile.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* Profile Modal Gradient */
.banner-2QYc2d.popoutBanner-19WKGg::after,
.banner-2QYc2d.profileBanner-33-uE1::after {
content: '';
background-image: linear-gradient(45deg, #000000bd, transparent);
width: 100%;
height: 100%;
position: absolute;
backdrop-filter: blur(5px);
}
.topSection-y3p-_D header {
padding-top: 120px;
}
.banner-2QYc2d.profileBanner-33-uE1 {
opacity: 0.8;
position: absolute;
height: 100%;
transform: translateY(-120px);
}
.banner-2QYc2d.popoutBanner-19WKGg {
opacity: 0.8;
position: absolute;
height: 100%;
}
div.bodyInnerWrapper-26fQXj,
div.footer-3UKYOU,
.root-1gCeng,
.userPopout-xaxa6l,
.avatar-AvHqJA.wrapper-3t9DeA {
background-color: transparent;
}
.headerNormal-3KXFBt {
height: 120px;
}
.userPopout-xaxa6l .avatar-37jOim,
.avatar-AvHqJA.wrapper-3t9DeA,
.input-cIJ7To {
background-color: #00000020;
border-color: transparent;
}
.headerTop-3vNv-a,
.body-3HBlXn,
.footer-3UKYOU {
backdrop-filter: blur(5px);
}
.note-1oo11U {
display: none
}