mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue