调整手机端弹窗通知规则
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user