diff --git a/network-poc/static/index.html b/network-poc/static/index.html index 507e6e1..9631f71 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -421,6 +421,16 @@ .org-branch { display: none; } + .org-chart.vertical { + flex-direction: column; + align-items: center; + gap: 0; + } + .org-chart.vertical .org-connector { + width: 2px; + height: 24px; + background: linear-gradient(to bottom, rgba(88, 166, 255, 0.8), rgba(88, 166, 255, 0.2)); + } .avatar-card { background: linear-gradient(145deg, rgba(33, 38, 45, 0.4) 0%, rgba(13, 17, 23, 0.8) 100%); backdrop-filter: blur(12px); @@ -1007,6 +1017,7 @@