Skip to content
Snippets Groups Projects
Commit 2feddddd authored by chris's avatar chris
Browse files

remove transition

parent 882711fb
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ import CommentBox from './ui/comments/CommentBox';
const ConnectedCommentStyled = styled.div`
margin-left: ${props => (props.active ? `${-20}px` : `${50}px`)};
transition: ${props => (props.active ? `all 1s` : `all 0.5s`)};
// transition: ${props => (props.active ? `all 1s` : `all 0.5s`)};
position: absolute;
width: 200px;
@media (max-width: 600px) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment