diff --git a/app/components/Layout/components/SidebarCollections.js b/app/components/Layout/components/SidebarCollections.js index 91da910d0..e68f6f7f7 100644 --- a/app/components/Layout/components/SidebarCollections.js +++ b/app/components/Layout/components/SidebarCollections.js @@ -121,7 +121,7 @@ class CollectionLink extends Component { icon={} iconColor={collection.color} > - + {collection.name} @@ -134,7 +134,7 @@ class CollectionLink extends Component { open={this.menuOpen} /> - + {expanded && ( @@ -232,6 +232,10 @@ const DocumentLink = observer( } ); +const CollectionName = styled(Flex)` + padding: 0 0 4px; +`; + const CollectionAction = styled.a` position: absolute; right: 0;