Feature(custom): rewrite gallery page for better performance

This commit is contained in:
Kuingsmile
2025-08-08 16:00:21 +08:00
parent 6aebfcbb28
commit fd9dac735a
17 changed files with 4240 additions and 1298 deletions

View File

@@ -356,28 +356,6 @@
text-align: center;
}
/* Transitions */
.modal-enter-active,
.modal-leave-active {
transition: all 0.3s ease;
}
.modal-enter-from,
.modal-leave-to {
opacity: 0;
transform: scale(0.9);
}
.modal-enter-active .modal-content,
.modal-leave-active .modal-content {
transition: all 0.3s ease;
}
.modal-enter-from .modal-content,
.modal-leave-to .modal-content {
transform: translateY(-20px);
}
/* Responsive Design */
@media (max-width: 768px) {
.shortkey-container {