From 4713ea3680421c09df28c22fab1666483b6ab378 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 23 Feb 2022 22:22:35 -0800 Subject: [PATCH] fix: Alignment of sidebar loading placeholders --- app/components/Sidebar/components/PlaceholderCollections.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/Sidebar/components/PlaceholderCollections.tsx b/app/components/Sidebar/components/PlaceholderCollections.tsx index 340319e97..8fe5c46dd 100644 --- a/app/components/Sidebar/components/PlaceholderCollections.tsx +++ b/app/components/Sidebar/components/PlaceholderCollections.tsx @@ -13,8 +13,7 @@ function PlaceholderCollections() { } const Wrapper = styled.div` - margin: 4px 16px; - margin-left: 40px; + margin: 4px 12px; width: 75%; `;