fix: Alignment of sidebar loading placeholders

This commit is contained in:
Tom Moor
2022-02-23 22:22:35 -08:00
parent 99d233c703
commit 4713ea3680

View File

@@ -13,8 +13,7 @@ function PlaceholderCollections() {
}
const Wrapper = styled.div`
margin: 4px 16px;
margin-left: 40px;
margin: 4px 12px;
width: 75%;
`;