File tree Expand file tree Collapse file tree 4 files changed +21
-16
lines changed Expand file tree Collapse file tree 4 files changed +21
-16
lines changed Original file line number Diff line number Diff line change 4
4
overflow : hidden;
5
5
}
6
6
7
+ .main-container {
8
+ /* width: 500px; */
9
+ height : 100% ;
10
+ }
11
+
7
12
.icon-follow {
8
13
width : 100% ;
9
14
height : 100% ;
21
26
}
22
27
23
28
.path-follow {
24
- stroke : {{followColor }};
29
+ stroke : {{colorFollow }};
25
30
}
26
31
27
32
.path-sub {
28
- stroke : {{subColor }};
33
+ stroke : {{colorSub }};
29
34
}
30
35
31
36
Original file line number Diff line number Diff line change 30
30
"includeRedemptions" : {
31
31
"type" : " dropdown" ,
32
32
"label" : " Display redemptions:" ,
33
- "value" : " yes " ,
33
+ "value" : " no " ,
34
34
"options" : {
35
35
"yes" : " Yes" ,
36
36
"no" : " No"
39
39
"includeHosts" : {
40
40
"type" : " dropdown" ,
41
41
"label" : " Display hosts:" ,
42
- "value" : " yes " ,
42
+ "value" : " no " ,
43
43
"options" : {
44
44
"yes" : " Yes" ,
45
45
"no" : " No"
48
48
"includeRaids" : {
49
49
"type" : " dropdown" ,
50
50
"label" : " Display raids:" ,
51
- "value" : " yes " ,
51
+ "value" : " no " ,
52
52
"options" : {
53
53
"yes" : " Yes" ,
54
54
"no" : " No"
57
57
"includeTips" : {
58
58
"type" : " dropdown" ,
59
59
"label" : " Display tips:" ,
60
- "value" : " yes " ,
60
+ "value" : " no " ,
61
61
"options" : {
62
62
"yes" : " Yes" ,
63
63
"no" : " No"
66
66
"includeCheers" : {
67
67
"type" : " dropdown" ,
68
68
"label" : " Display cheers:" ,
69
- "value" : " yes " ,
69
+ "value" : " no " ,
70
70
"options" : {
71
71
"yes" : " Yes" ,
72
72
"no" : " No"
Original file line number Diff line number Diff line change 1
1
: root {
2
- --followColor : # 1956c6 ;
3
- --subColor : # 673AB7 ;
2
+ --colorFollow : # 1956c6 ;
3
+ --colorSub : # 673AB7 ;
4
4
}
5
5
6
6
* {
32
32
}
33
33
34
34
.path-follow {
35
- stroke : var (--followColor );
35
+ stroke : var (--colorFollow );
36
36
}
37
37
38
38
.path-sub {
39
- stroke : var (--subColor );
39
+ stroke : var (--colorSub );
40
40
}
41
41
42
42
Original file line number Diff line number Diff line change 30
30
"includeRedemptions" : {
31
31
"type" : " dropdown" ,
32
32
"label" : " Display redemptions:" ,
33
- "value" : " yes " ,
33
+ "value" : " no " ,
34
34
"options" : {
35
35
"yes" : " Yes" ,
36
36
"no" : " No"
39
39
"includeHosts" : {
40
40
"type" : " dropdown" ,
41
41
"label" : " Display hosts:" ,
42
- "value" : " yes " ,
42
+ "value" : " no " ,
43
43
"options" : {
44
44
"yes" : " Yes" ,
45
45
"no" : " No"
48
48
"includeRaids" : {
49
49
"type" : " dropdown" ,
50
50
"label" : " Display raids:" ,
51
- "value" : " yes " ,
51
+ "value" : " no " ,
52
52
"options" : {
53
53
"yes" : " Yes" ,
54
54
"no" : " No"
57
57
"includeTips" : {
58
58
"type" : " dropdown" ,
59
59
"label" : " Display tips:" ,
60
- "value" : " yes " ,
60
+ "value" : " no " ,
61
61
"options" : {
62
62
"yes" : " Yes" ,
63
63
"no" : " No"
66
66
"includeCheers" : {
67
67
"type" : " dropdown" ,
68
68
"label" : " Display cheers:" ,
69
- "value" : " yes " ,
69
+ "value" : " no " ,
70
70
"options" : {
71
71
"yes" : " Yes" ,
72
72
"no" : " No"
You can’t perform that action at this time.
0 commit comments