diff --git a/src/client/src/components/StackView.tsx b/src/client/src/components/StackView.tsx index b21970c..8b6e478 100644 --- a/src/client/src/components/StackView.tsx +++ b/src/client/src/components/StackView.tsx @@ -107,7 +107,7 @@ export const StackView: React.FC = ({ cards, cardWidth = 150, on const activeGroups = GROUPS[groupBy]; return ( -
+
{activeGroups.map(category => { const catCards = categorizedCards[category]; if (catCards.length === 0) return null; diff --git a/src/client/src/modules/draft/DeckBuilderView.tsx b/src/client/src/modules/draft/DeckBuilderView.tsx index 3ec1c3a..3399377 100644 --- a/src/client/src/modules/draft/DeckBuilderView.tsx +++ b/src/client/src/modules/draft/DeckBuilderView.tsx @@ -161,7 +161,7 @@ const CardsDisplay: React.FC<{ if (viewMode === 'stack') { return ( -
{/* Allow native scrolling from parent */} +
{/* Allow native scrolling from parent */} {/* StackView doesn't support DnD yet, so we disable it or handle it differently. For now, drag from StackView is not implemented, falling back to Click. */} = ({ initialPool, a
{renderLandStation()} - +
@@ -830,7 +830,7 @@ export const DeckBuilderView: React.FC = ({ initialPool, a Library ({deck.length})
- +
@@ -847,7 +847,7 @@ export const DeckBuilderView: React.FC = ({ initialPool, a
{renderLandStation()} - +