diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 381b6a9b9..d7d7d3413 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -212,6 +212,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 {