style(admin-web): refine edit button hover and card shadow polish
Frontend CI / Frontend (push) Successful in 4m21s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-13 20:12:36 +08:00
parent 887f5b672e
commit 8890cd1ca4
3 changed files with 19 additions and 12 deletions
+2 -1
View File
@@ -565,10 +565,11 @@ async function refreshAll(): Promise<void> {
flex-direction: column;
gap: 16px;
transition: all 0.3s ease;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.media-card:hover {
box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.05);
box-shadow: 0 16px 32px -6px rgba(0, 0, 0, 0.08);
border-color: transparent;
transform: translateY(-2px);
}