From 08b1755f8e026e877eab540eb8cba001aa075bc5 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 6 Jan 2024 12:30:23 -0500 Subject: [PATCH] fix: Loading indicator position to match --- app/components/PlaceholderDocument.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/PlaceholderDocument.tsx b/app/components/PlaceholderDocument.tsx index 33f7f68ee..0c137e53a 100644 --- a/app/components/PlaceholderDocument.tsx +++ b/app/components/PlaceholderDocument.tsx @@ -51,5 +51,6 @@ export default function PlaceholderDocument({ const Wrapper = styled(Fade)` display: block; - margin: 40px 0; + margin: 6vh 0; + padding: 12px 0; `;