diff --git a/app/components/home.module.scss b/app/components/home.module.scss index b31334568dd..d5b7d299687 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -209,6 +209,11 @@ transition: all ease 0.3s; opacity: 0; cursor: pointer; + + @media only screen and (max-width: 600px) { + transform: translateX(-4px); + opacity: 0.5; + } } .chat-item:hover > .chat-item-delete {