From 7ecbaf82c21da0a66c162d768a75c657c7158ed8 Mon Sep 17 00:00:00 2001 From: Matt Dunn-Rankin Date: Sat, 25 Apr 2020 19:06:58 -0700 Subject: [PATCH] fix padding for item and adjacent containers --- src/ItemList.js | 3 +-- src/ItemsPanel.js | 18 ++++++++++++------ src/WardrobePage.js | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/ItemList.js b/src/ItemList.js index 0e946df..1a9d451 100644 --- a/src/ItemList.js +++ b/src/ItemList.js @@ -114,8 +114,7 @@ function ItemContainer({ children }) { return ( - + + + {loading && [1, 2, 3].map((i) => ( - + + + @@ -48,7 +52,9 @@ function ItemsPanel({ outfitState, loading, dispatchToOutfit }) { }} > - {zoneLabel} + + {zoneLabel} + - +