fix: inline card mobile display

This commit is contained in:
hamster1963
2024-12-06 10:06:28 +08:00
parent 560bcea0b8
commit 229d395143
4 changed files with 13 additions and 11 deletions

View File

@@ -28,12 +28,12 @@
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.13",
"d3-geo": "^3.1.1",
"framer-motion": "^11.13.1",
"framer-motion": "^12.0.0-alpha.2",
"i18next": "^24.0.5",
"lucide-react": "^0.460.0",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.1.3",
"react-router-dom": "^7.0.2",
"recharts": "^2.14.1",
@@ -45,18 +45,18 @@
"devDependencies": {
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.3",
"typescript-eslint": "^8.17.0",
"vite": "^6.0.2"
"vite": "^6.0.3"
}
}