From 335957d91439eaca83181b1d2003576d73bcf6b5 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 3 Jul 2024 20:31:51 -0400 Subject: [PATCH] fix: Alignment of keyboard help button --- app/scenes/Document/components/KeyboardShortcutsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Document/components/KeyboardShortcutsButton.tsx b/app/scenes/Document/components/KeyboardShortcutsButton.tsx index ddae8e082..9068f56c1 100644 --- a/app/scenes/Document/components/KeyboardShortcutsButton.tsx +++ b/app/scenes/Document/components/KeyboardShortcutsButton.tsx @@ -35,7 +35,7 @@ const Button = styled(NudeButton)<{ $hidden: boolean }>` display: none; position: fixed; bottom: 0; - margin: 24px; + margin: 20px; transition: opacity 500ms ease-in-out; ${(props) => props.$hidden && "opacity: 0;"}