fix: #537 delete chat button style

This commit is contained in:
Yifei Zhang 2023-04-07 11:23:10 +08:00 committed by GitHub
parent 905bf41cd8
commit 6420f61566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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