add reducedMotion check, center menu items

This commit is contained in:
premiare
2023-08-18 19:05:46 +10:00
committed by Mythie
parent bc87986a3d
commit cd1af7b5d3
3 changed files with 46 additions and 32 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "PORT=3001 next dev",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
@@ -37,4 +37,4 @@
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7"
}
}
}