diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-17 14:54:36 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-17 14:54:36 -0700 |
commit | a0d5cf94c8bef5726dd23711ddbef58813f42fc2 (patch) | |
tree | 5a8def36aff5571d3d43b512eac35bb8f72cda8a /extension/react-app | |
parent | 1a647a7321a31d7ccf29f27e56c3df0828c3e9c8 (diff) | |
download | sncontinue-a0d5cf94c8bef5726dd23711ddbef58813f42fc2.tar.gz sncontinue-a0d5cf94c8bef5726dd23711ddbef58813f42fc2.tar.bz2 sncontinue-a0d5cf94c8bef5726dd23711ddbef58813f42fc2.zip |
anthropic support
Diffstat (limited to 'extension/react-app')
-rw-r--r-- | extension/react-app/src/components/StepContainer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |