style(admin-web): refine edit button hover and card shadow polish
Frontend CI / Frontend (push) Successful in 4m21s
Frontend CI / Frontend (push) Successful in 4m21s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user