fix center circle

This commit is contained in:
Ulf Gebhardt 2026-03-11 15:21:18 +01:00
parent fc401ce35e
commit 236930704a
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -327,6 +327,7 @@ const connectorStyle = (index) => {
border-radius: 50%;
background: #fff;
animation: pulse 2s ease-in-out infinite;
margin: auto;
}
@keyframes pulse {