From 4395c62b1702ab902e96ec4529bcbf1d7ee55d62 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 3 Aug 2021 23:58:45 +0200 Subject: [PATCH] Playhead has a larger hit zone for snapping --- .../src/panels/SequenceEditorPanel/RightOverlay/Playhead.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Playhead.tsx b/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Playhead.tsx index 3ee8622..77c6af9 100644 --- a/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Playhead.tsx +++ b/theatre/studio/src/panels/SequenceEditorPanel/RightOverlay/Playhead.tsx @@ -43,7 +43,7 @@ const Rod = styled.div` &:after { position: absolute; - inset: -2px; + inset: -8px; display: block; content: ' '; }