调整手机端弹窗通知规则

This commit is contained in:
pllx
2026-05-05 21:57:24 +08:00
parent 64945a973e
commit 645fe2a830
4 changed files with 45 additions and 14 deletions
@@ -40,7 +40,16 @@
@media (max-width: 640px) {
#chat-toast-container {
display: none !important;
right: 12px !important;
bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
left: 12px !important;
align-items: stretch;
}
#chat-toast-container .chat-toast-card {
width: 100% !important;
min-width: 0 !important;
max-width: none !important;
}
}
</style>