feat: make timeline avatars grow
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 49s

This commit is contained in:
2026-01-09 19:02:06 -08:00
parent 6f6c2556a6
commit 08d3781a7c
+12
View File
@@ -364,6 +364,13 @@
align-items: center;
justify-content: center;
overflow: hidden;
transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.timeline-avatar:hover {
width: 120px;
height: 120px;
transform: translateX(-50%) scale(1);
}
.timeline-avatar img {
@@ -560,6 +567,11 @@
width: 60px;
height: 60px;
}
.timeline-avatar:hover {
width: 150px;
height: 150px;
}
}
@media (max-width: 720px) {