Compare commits

...

2 Commits

Author SHA1 Message Date
rookie
1fe2b7a183
Merge 313f259b06 into 557a2cce35 2025-08-04 10:44:23 +00:00
DDMeaqua
313f259b06 fix: 移动端删除按钮显示 2024-10-12 17:08:45 +08:00

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 {