优化右下角弹窗交互

This commit is contained in:
pllx
2026-05-05 21:48:36 +08:00
parent a65827c5d9
commit 11a882bd8e
2 changed files with 65 additions and 0 deletions
@@ -37,4 +37,10 @@
transform: translateX(0) scale(1);
}
}
@media (max-width: 640px) {
#chat-toast-container {
display: none !important;
}
}
</style>