deckhearth/lorcana-import-results-2025-07-24T17-34-04-839Z.json
Randall Stillwell 73a0c652b2 Fix card sizing consistency across all TCGs
- Added wrapper div with max-width constraint to ensure consistent card sizes
- Updated image rendering to use object-cover with proper positioning
- Removed maxWidth from Card3D component since it's now handled by wrapper
- Ensures all cards (MTG, Pokemon, Lorcana) have identical dimensions
- Fixed responsive grid layout to maintain consistent card sizes
2025-07-24 14:54:12 -05:00

34 lines
No EOL
641 B
JSON

{
"total": 0,
"successful": 3,
"failed": 0,
"sets": [
{
"code": "tfc",
"name": "The First Chapter",
"lorcastCode": "1",
"success": true,
"importedCount": 0,
"skippedCount": 216,
"total": 216
},
{
"code": "rotf",
"name": "Rise of the Floodborn",
"lorcastCode": "2",
"success": true,
"importedCount": 0,
"skippedCount": 216,
"total": 216
},
{
"code": "ink",
"name": "Into the Inklands",
"lorcastCode": "3",
"success": true,
"importedCount": 0,
"skippedCount": 226,
"total": 226
}
]
}