fix: zoom card on hover

This commit is contained in:
2025-08-25 09:00:03 +02:00
parent 0538add358
commit eb1d74586c

View File

@@ -136,11 +136,10 @@ p {
background: rgba(0, 0, 0, 0.6);
border-color: rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
transform: scale(1.02);
}
.member-card.expanded:hover {
transform: none;
transform: scale(1.02);
}
.member-card.expanded .expand-icon {