From 90bc60d4cfc5dd360bda1044c762c0bed4aca9c3 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 29 Oct 2023 12:12:23 -0400 Subject: [PATCH] Move pinned collection documents above description --- app/components/CollectionDescription.tsx | 2 +- app/scenes/Collection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/CollectionDescription.tsx b/app/components/CollectionDescription.tsx index d0d0e2260..37f953fe4 100644 --- a/app/components/CollectionDescription.tsx +++ b/app/components/CollectionDescription.tsx @@ -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"], diff --git a/app/scenes/Collection.tsx b/app/scenes/Collection.tsx index d33e8ac30..cec205498 100644 --- a/app/scenes/Collection.tsx +++ b/app/scenes/Collection.tsx @@ -170,12 +170,12 @@ function CollectionScene() { )} - +