File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 }
2626}
2727
28- @keyframes sparkleFloat0 { /* Repeat for 0-149 */
28+ @keyframes sparkleFloat0 {
2929 0% , 100% {
3030 transform : translate (0 , 0 ) rotate (0deg );
3131 }
6060}
6161
6262html , body {
63- background-color : black; /* Just as a fallback */
63+ background-color : black;
6464 min-height : 100dvh ;
6565}
6666
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ const CommunityGallery = () => {
4242 tags : [ "theme" ]
4343 } ,
4444 {
45- id : 5 ,
46- title : "Vietnamese Translation" ,
47- author : "Havier" ,
48- category : "translations" ,
49- description : "Complete Vietnamese translation for all mod features" ,
50- previewImage : "Translation.png" ,
51- downloadUrl : "resources/Vietnamese.json" ,
52- tags : [ "translation" , "vietnamese" ]
53- } ,
45+ id : 4 ,
46+ title : "Vietnamese Translation" ,
47+ author : "Havier" ,
48+ category : "translations" ,
49+ description : "Complete Vietnamese translation for all mod features" ,
50+ previewImage : "Translation.png" ,
51+ downloadUrl : "resources/Vietnamese.json" ,
52+ tags : [ "translation" , "vietnamese" ]
53+ } ,
5454 ] ;
5555
5656 const categories = [
You can’t perform that action at this time.
0 commit comments