diff --git a/website/canvas.html b/website/canvas.html index 618af72..443d31e 100644 --- a/website/canvas.html +++ b/website/canvas.html @@ -982,29 +982,6 @@ background: var(--rs-bg-hover, rgba(255,255,255,0.08)); } - #people-conn-status { - display: none; - align-items: center; - gap: 4px; - font-size: 11px; - padding-left: 6px; - border-left: 1px solid var(--rs-border, rgba(255,255,255,0.1)); - } - - #people-conn-status.visible { - display: inline-flex; - } - - #people-conn-status .conn-dot { - width: 6px; - height: 6px; - border-radius: 50%; - flex-shrink: 0; - } - - #people-conn-status .conn-dot.pulse { - animation: pulse 1.2s ease-in-out infinite; - } #people-dots { display: flex; @@ -2000,7 +1977,6 @@