This commit is contained in:
rookie 2025-06-14 13:45:03 +08:00 committed by GitHub
commit d79f957106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {