This commit is contained in:
rookie 2025-03-23 10:35:49 +08:00 committed by GitHub
commit 40bad2b0ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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 {