diff --git a/meshview/templates/nodegraph.html b/meshview/templates/nodegraph.html index bb8e93c..711aaeb 100644 --- a/meshview/templates/nodegraph.html +++ b/meshview/templates/nodegraph.html @@ -62,6 +62,14 @@ border: 1px solid #ccc; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 14px; + display: flex; + color: #333; +} +.legend-category { + margin-right: 10px; + code { + color: inherit; + } } .legend-box { display: inline-block; @@ -69,6 +77,9 @@ height: 12px; margin-right: 5px; border-radius: 3px; + &.circle { + border-radius: 6px; + } } {% endblock %} @@ -90,29 +101,83 @@
ROUTERROUTER_LATECLIENTCLIENT_MUTE