mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Console: transit tunnel columns finessing
This commit is contained in:
parent
8435e1296b
commit
1e285e1cdb
1 changed files with 4 additions and 0 deletions
|
@ -1456,6 +1456,10 @@ input[type=checkbox]:checked + label::after {
|
||||||
column-rule: 1px solid var(--border2);
|
column-rule: 1px solid var(--border2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#transit.list .listitem:nth-child(even):last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.hops {
|
.hops {
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue