mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-23 03:24:31 +08:00
Merge 313f259b06 into 2167076652
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user