-
Notifications
You must be signed in to change notification settings - Fork 0
/
disc-status.css
49 lines (41 loc) · 940 Bytes
/
disc-status.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
/*fixed & updated from:
https://ptb.discord.com/channels/86004744966914048/836694789898109009/836738500744445982*/
#status-picker {
margin-bottom: 5px;
}
#status-picker > div {
display: flex;
flex-wrap: wrap;
padding: 8px;
}
.statusItem-2hiCNB {
height: 32px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.statusItem-2hiCNB > svg {
width: 16px;
height: auto;
}
#status-picker .item-1OdjEX {
margin: 0;
width: 25%;
}
#status-picker .status-3TYC5W,
#status-picker .description-3Cwkxk,
#status-picker .separator-1So4YB:nth-child(2),
#status-picker .separator-1So4YB:nth-child(8),
#status-picker .submenuContainer-3EVTeH {
display: none;
}
#status-picker .separator-1So4YB,
#status-picker #status-picker-custom-status {
display: block;
width: 100%;
}
#status-picker-custom-status .status-3TYC5W {
display: block;
margin-left: 6px;
}