File tree Expand file tree Collapse file tree 2 files changed +29
-4
lines changed Expand file tree Collapse file tree 2 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 22
22
"url" : " https://discordapp.com/users/749826119636615229"
23
23
}
24
24
],
25
+ "subscription_supporters" : [
26
+ " 123yeah_boi321" ,
27
+ " alumina6767" ,
28
+ " LadyCailin" ,
29
+ " VonLeipenstein" ,
30
+ " Zoe"
31
+ ],
25
32
"special_thanks" : [
26
33
" Howzieky" ,
27
34
" MulverineX" ,
50
57
" CommanderRedstone" ,
51
58
" FabulousCodingFox" ,
52
59
" ououn" ,
53
- " 123yeah_boi321" ,
54
60
" luigiutmc"
55
61
],
56
62
"repository" : {
Original file line number Diff line number Diff line change 75
75
<p >For showing off the power of AJ with his boss fights.</p >
76
76
</div >
77
77
</div >
78
+
79
+ <h4 >Ko-fi Supporters</h4 >
80
+ <div class =" grid2" >
81
+ {#each PACKAGE .subscription_supporters .sort () as special }
82
+ <p >{special }</p >
83
+ {/each }
84
+ </div >
85
+
78
86
<h4 >Cool People who helped make AJ what it is today</h4 >
79
87
<div class =" grid2" >
80
88
{#each PACKAGE .special_thanks .sort () as special }
88
96
display : flex ;
89
97
flex-direction : column ;
90
98
align-items : center ;
91
- /* overflow-y: scroll;
99
+ overflow-y : scroll ;
92
100
max-height : 55rem ;
93
- padding-right: 16px; */
101
+ padding-right : 16px ;
94
102
}
95
103
.header-container {
96
104
display : flex ;
97
105
align-items : center ;
98
- margin-bottom : 2 rem ;
106
+ margin-bottom : 1.5 rem ;
99
107
}
100
108
.header-container div {
101
109
display : flex ;
186
194
display : grid ;
187
195
grid-template-columns : 1fr 1fr 1fr 1fr ;
188
196
justify-items : center ;
197
+ gap : 4px 8px ;
198
+ margin-bottom : 8px ;
199
+ }
200
+
201
+ .grid2 p {
202
+ text-align : center ;
203
+ width : 100% ;
204
+ box-shadow : 2px 2px 4px var (--color-back );
205
+ background : var (--color-button );
206
+ padding : 0px 4px ;
207
+ border-radius : 4px ;
189
208
}
190
209
</style >
You can’t perform that action at this time.
0 commit comments