-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrichpresence.css
84 lines (70 loc) · 1.16 KB
/
richpresence.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
80
81
82
83
84
@charset "UTF-8";
.discord-avatar
{
width:22px;
height:22px;
margin-right:6px;
border-radius:50%;
display:flex;
flex:0 0 22px;
margin-top:2px;
margin-bottom:2px;
}
.discord-speaking > .discord-avatar
{
box-shadow:0 0 0 2px #43b581;
--webkit-box-shadow:inset 0 0 0 2px #43b581;
}
.discord-callbar {
border-top: 1px solid #111;
border-bottom: none !important;
display: flex;
justify-content: space-between;
padding-top: 8px;
}
.discord-callbar > .flex-center
{
display: flex;
align-self: center;
}
.discord-muteinfo
{
display: flex;
justify-content: end;
flex: 0 0 auto;
padding-top: 2px;
}
#players ol .player-name
{
align-self: center;
color: #AAA;
}
.discord-speaking > .player-name
{
text-shadow:0px 0px 4px black,0px 0px 4px white;
color: #EEE !important;
}
.discord-voice-options {
display: flex;
flex: 0 0 75px;
}
.discord-voice-options > svg {
flex: 0 0 25px;
}
#players ol li.player
{
padding: 2px 8px;
}
#players ol .player-active
{
margin: 8px 13px 5px 7px;
}
#players {
width: 250px;
}
#hotbar {
left: 275px;
}
.archmage-escalation {
left: 275px;
}