Move pinned collection documents above description

This commit is contained in:
Tom Moor
2023-10-29 12:12:23 -04:00
parent 3fd429baa9
commit 90bc60d4cf
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@ const MaxHeight = styled.div`
position: relative;
max-height: 25vh;
overflow: hidden;
margin: -12px -8px -8px;
margin: 8px -8px -8px;
padding: 8px;
&[data-editing="true"],

View File

@@ -170,12 +170,12 @@ function CollectionScene() {
</Tooltip>
)}
</HeadingWithIcon>
<CollectionDescription collection={collection} />
<PinnedDocuments
pins={pins.inCollection(collection.id)}
canUpdate={can.update}
/>
<CollectionDescription collection={collection} />
<Documents>
<Tabs>