This commit is contained in:
DelLevin-Home
2026-06-17 01:51:11 +08:00
parent bb66913eab
commit db033c661f
28 changed files with 3744 additions and 31 deletions

View File

@@ -277,6 +277,14 @@
@keyframes slideIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideOut { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(-8px); } }
.message.removing { animation: slideOut 0.2s ease forwards; }
@media (max-width: 768px) {
body { flex-direction: column; height: auto; overflow: auto; }
.left-panel { width: 100% !important; max-width: 100% !important; height: auto; border-right: none; border-bottom: 1px solid #e8e8e8; overflow-y: visible; }
.right-panel { height: auto; min-height: 50vh; }
.card-pair { flex-direction: column; }
.modal { width: 92vw !important; max-height: 90vh; overflow-y: auto; left: 4vw !important; transform: none !important; }
.input-section { padding: 14px 16px 20px; }
}
</style>
</head>
<body>