Console: don't hide tunnel ids on transit tunnels page at narrower widths

This commit is contained in:
dr|z3d 2021-08-25 12:49:01 +00:00
parent e481e8b267
commit 8e15db78e4

View file

@ -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 {