CSS tweaks

This commit is contained in:
Tom Moor
2018-07-01 12:42:21 -07:00
parent 73d6238b4c
commit 933fa9732c
3 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ const Breadcrumb = observer(({ document, collections }: Props) => {
return (
<Wrapper justify="flex-start" align="center">
<CollectionName to={collectionUrl(collection.id)}>
<CollectionIcon color={collection.color} />{' '}
<CollectionIcon color={collection.color} expanded />{' '}
<span>{collection.name}</span>
</CollectionName>
{path.map(n => (