diff --git a/web/app/components/comment/__controls/comment__controls.scss b/web/app/components/comment/__controls/comment__controls.scss index 5e41f63c..f8f97d0d 100644 --- a/web/app/components/comment/__controls/comment__controls.scss +++ b/web/app/components/comment/__controls/comment__controls.scss @@ -3,8 +3,6 @@ user-select: none; @media (hover: hover) { - margin-left: 0; - transition: transform .2s .1s ease-out, opacity .2s .1s ease-out; font-weight: 700; opacity: 0; } diff --git a/web/app/components/comment/comment.scss b/web/app/components/comment/comment.scss index 9fd079b8..9624fa60 100644 --- a/web/app/components/comment/comment.scss +++ b/web/app/components/comment/comment.scss @@ -10,7 +10,6 @@ @media (hover: hover) { &:hover { .comment__controls { - transform: translateX(8px); opacity: 1; } }