This commit is contained in:
rookie 2025-04-19 15:59:15 +00:00 committed by GitHub
commit f9c8b566c1
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 {