From 1c9034cddeab0c131babe741e9145cc276bd7521 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 17 Jul 2023 14:54:36 -0700 Subject: anthropic support --- extension/react-app/src/components/StepContainer.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'extension/react-app') diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index 9ab7430c..93b90f0d 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -39,7 +39,6 @@ interface StepContainerProps { const MainDiv = styled.div<{ stepDepth: number; inFuture: boolean }>` opacity: ${(props) => (props.inFuture ? 0.3 : 1)}; animation: ${appear} 0.3s ease-in-out; - /* padding-left: ${(props) => props.stepDepth * 20}px; */ overflow: hidden; margin-left: 0px; margin-right: 0px; -- cgit v1.2.3-70-g09d2