fix: 移动端删除按钮显示
This commit is contained in:
parent
ad49916b1c
commit
313f259b06
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue