From 8e15db78e4276565868cf44d48229da64b651267 Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Wed, 25 Aug 2021 12:49:01 +0000 Subject: [PATCH] Console: don't hide tunnel ids on transit tunnels page at narrower widths --- webconsole/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/webconsole/style.css b/webconsole/style.css index 7da8a9cf..bf15f589 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -1260,6 +1260,10 @@ input[type=checkbox]:checked + label::after { display: none; } + .chain.transit .tunnelid { + display: inline-block; + } + .tunnel, .latency { margin: 1px 6px 0 4px; } @@ -1487,7 +1491,7 @@ input[type=checkbox]:checked + label::after { } .expiry { - float: right; + float: right; } .transferred {