-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBetterStatusPickerUpdated.css
More file actions
52 lines (52 loc) · 1.24 KB
/
BetterStatusPickerUpdated.css
File metadata and controls
52 lines (52 loc) · 1.24 KB
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
#account-status-picker--online {
--brand-experiment-560: var(--green-360);
}
#account-status-picker--dnd {
--brand-experiment-560: var(--red-400);
}
#account-status-picker--idle {
--brand-experiment-560: var(--yellow-330);
}
#account-status-picker--invisible {
--brand-experiment-560: var(--primary-400);
}
#account .submenu_d90b3d .separator_d90b3d {
display: none;
}
#account .submenu_d90b3d .description_ad5fac {
height: fit-content;
overflow: hidden;
max-height: 0rem;
transition: .2s ease !important;
width: 100%;
flex: 0 0 100%;
display: flex;
}
#account .submenu_d90b3d .item_d90b3d.focused_d90b3d .description_ad5fac {
max-height: 4rem;
}
.statusItem_ad5fac {
display: flex;
flex-wrap: wrap;
}
.statusItem_ad5fac .icon_ad5fac {
margin-right: 10px;
flex: 0 0 10px;
}
.status_ad5fac {
width: calc(100% - 20px);
display: flex;
}
#account-status-picker--idle .statusItem_ad5fac::after {
content: "Active but idle/away.";
height: fit-content;
overflow: hidden;
max-height: 0rem;
transition: .2s ease !important;
width: 100%;
flex: 0 0 100%;
display: flex;
}
#account-status-picker--idle.focused_d90b3d .statusItem_ad5fac::after {
max-height: 4rem;
}