浏览代码

fix: #537 delete chat button style

Yifei Zhang 2 年之前
父节点
当前提交
6420f61566
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/components/home.module.scss

+ 1 - 0
app/components/home.module.scss

@@ -157,6 +157,7 @@
   right: -20px;
   transition: all ease 0.3s;
   opacity: 0;
+  cursor: pointer;
 }
 
 .chat-item:hover > .chat-item-delete {