Merge 313f259b06
into 48469bd8ca
This commit is contained in:
commit
40bad2b0ff
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue