fix: 移动端删除按钮显示

This commit is contained in:
DDMeaqua 2024-10-12 17:08:45 +08:00
parent ad49916b1c
commit 313f259b06

View File

@ -209,6 +209,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 {