-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile-skin-experiment-snippet.css
79 lines (69 loc) · 1.55 KB
/
profile-skin-experiment-snippet.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* makes profile popout look like the skin experiment with CSS */
/* avatar */
.avatar-2Vndt_:not([aria-label="Set Status"] .avatar-2Vndt_) {
border-color: var(--background-secondary-alt);
background-color: var(--background-secondary-alt);
}
/* header */
.headerTop-3GPUSF
.headerText-1-WmDq:not([aria-label="Set Status"] .headerText-1-WmDq) {
padding-top: 14px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
background-color: var(--background-floating);
margin: -6px 0px -8px 0px;
border-radius: 8px 8px 0px 0px;
}
.scrollerSeparator-CHLxyV {
box-shadow: none;
}
/* body of popout */
.body-2wLx-E {
padding: 0px 12px;
margin: -8px 4px 0px 4px;
background-color: var(--background-secondary-alt);
}
.body-2wLx-E > div {
padding: 12px;
margin-bottom: -8px !important;
}
.bodyInnerWrapper-2bQs1k {
border-radius: 0px 0px 8px 8px;
}
/* badges */
.profileBadges-2pItdR {
border-radius: 8px;
background-color: var(--background-floating);
padding: 4px;
gap: 2px;
top: 12px;
right: 18px;
}
.profileBadges-2pItdR:empty {
display: none;
}
/* why did these badges have margins */
.container-1gYwHN > * {
margin: 0px !important;
}
.userPopout-2j1gM4 {
background-color: var(--background-secondary-alt);
}
.footer-3naVBw {
background-color: transparent;
}
/* message input */
.footer-3naVBw input {
background: var(--background-floating);
height: 42px;
width: 268px;
margin-bottom: 2px;
border-radius: 0px 0px 8px 8px;
}
.footer-3naVBw .inputWrapper-1YNMmM {
margin-top: -20px;
}
.userPopout-2j1gM4 .message-2CShn3 {
position: sticky;
}