From b90d927beb907cd7ddd9c79282b70f95e33634e2 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sat, 14 Dec 2024 21:27:13 +0100 Subject: [PATCH] Improve DOM modifications --- src/main/resources/index.html | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/src/main/resources/index.html b/src/main/resources/index.html index 6372763..653d518 100644 --- a/src/main/resources/index.html +++ b/src/main/resources/index.html @@ -27,6 +27,12 @@ top:0; z-index:100; } + .info-row span{ + float:right; + } + .info-row span::before{ + content:'\00A0'; + } .info hr{ border-color: #27E4EB; } @@ -51,11 +57,23 @@
-
-
-
+
+ Blockchain Nodes: + ? +
+
+ DHT Nodes: + ? +
+
+ Hub Nodes: + ? +

-
+
+ Total Nodes: + ? +