From 080620a35cb38ec75e39766ec8e6632fd3fbae45 Mon Sep 17 00:00:00 2001 From: Syco21 Date: Fri, 27 Mar 2026 21:46:18 +0100 Subject: [PATCH] change column layout --- src/components/PrintingRow/PrintingRow.jsx | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/components/PrintingRow/PrintingRow.jsx b/src/components/PrintingRow/PrintingRow.jsx index 9b3ba3e..a81648c 100644 --- a/src/components/PrintingRow/PrintingRow.jsx +++ b/src/components/PrintingRow/PrintingRow.jsx @@ -32,22 +32,24 @@ function PrintingRow({ card_id, printing }) { return (
- {/* Left side: Set code, Set name, Rarity */} - - {printing.set_code} - - - {printing.set_name} {printing.rarity_name} - + {/* Column 1: Set code */} + {printing.set_code} - {/* Right side: Amount buttons */} + {/* Column 2: Set name */} + {printing.set_name} + + {/* Column 3: Rarity */} + {printing.rarity_name} + + {/* Column 4: Amount controls */}
{currentAmount}