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

@@ -637,17 +637,6 @@ html, body {
transform: translateY(-1rem);
}
.modal-enter-active,
.modal-leave-active {
transition: all var(--transition-medium);
}
.modal-enter-from,
.modal-leave-to {
opacity: 0;
transform: scale(0.95);
}
/* Responsive Design */
@media (max-width: 768px) {
.plugin-container {