mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
Console: don't hide tunnel ids on transit tunnels page at narrower widths
This commit is contained in:
parent
e481e8b267
commit
8e15db78e4
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue