mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
Compare commits
2 Commits
1fe2b7a183
...
d79f957106
Author | SHA1 | Date | |
---|---|---|---|
|
d79f957106 | ||
|
313f259b06 |
@ -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
Block a user