-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
102 lines (84 loc) · 1.84 KB
/
style.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/** General **/
.smartTypers-popout {
filter: blur(1px);
}
.smartTypers-moreUsers {
display: inline-flex;
flex-wrap: wrap;
}
.typing-user.clickable {
cursor: pointer !important;
}
.typing-user .gradient {
background-image: linear-gradient(45deg, var(--smartTypers-primary), var(--smartTypers-secondary));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.typing-user em {
font-style: italic;
}
.typing-user .emoji, .smartTypers-additionalUsersTooltip .emoji {
width: 10px;
height: 10px;
vertical-align: baseline;
}
.typing-users {
margin: 0 5px;
}
.typing-users :last-child[class|='avatarMasked'] {
-webkit-mask-image: none;
mask-image: none;
}
/** Settings **/
.smartTypers-preview {
padding: 8px;
background-color: var(--background-secondary);
margin-bottom: 40px;
border-radius: 5px !important;
}
.smartTypers-preview .typing-2J1mQU {
margin: 0;
position: initial !important;
}
.smartTypers-preview + div, .smartTypers-title {
margin-bottom: 20px;
}
.smartTypers-slider {
margin: 20px 25px 0;
width: calc(100% - 50px);
}
.smartTypers-slider [class|='markValue'] {
white-space: nowrap;
}
.smartTypers-beta {
display: inline-block;
background: #f04747;
color: #fff;
margin-left: 6px;
border-radius: 5px;
padding: 0 5px;
font-size: 10px;
line-height: 16px;
text-transform: uppercase;
}
.smartTypers-input {
margin-bottom: 5px;
}
.smartTypers-input:not([class*='disabled']):focus-within,
.smartTypers-input:not([class*='disabled']):hover {
border-color: rgba(114, 137, 218, .3);
}
.smartTypers-variable {
margin-right: 5px;
}
.smartTypers-keybind {
display: inline-flex;
margin-right: -2px;
margin-bottom: 0;
transform: translateY(-1px);
}
.smartTypers-keybind span {
box-shadow: inset 0 -2px 0 #242629 !important;
border: 1px solid #000 !important;
}