From 9927c7ff997a898c66972df73c5edbe62d3c0559 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Mon, 13 Sep 2021 12:27:09 +0000 Subject: [PATCH] Console: only display netstatus badge for IPv6 (cherry picked from commit 2951667aff4a535f5288f610589e2712a7f8186e) (cherry picked from commit f2fd12573582f4025036215ff78d5ce7c57e2f50) --- contrib/webconsole/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/webconsole/style.css b/contrib/webconsole/style.css index 8723a64b..b3fda2d0 100644 --- a/contrib/webconsole/style.css +++ b/contrib/webconsole/style.css @@ -228,7 +228,7 @@ a, .slide label { } #netstatus .badge { - margin: 0 4px 0 8px; + margin: 0 8px 0 0; padding: 1px 6px; font-weight: 600; } @@ -1642,4 +1642,4 @@ input[type=checkbox]:checked + label::after { .hop, .host, a[href*="b32"], .b32 { filter: blur(8px); } -*/ \ No newline at end of file +*/