Console: only display netstatus badge for IPv6

This commit is contained in:
dr|z3d 2021-09-13 12:27:09 +00:00
parent 2cbb6cba26
commit 2951667aff
2 changed files with 3 additions and 16 deletions

View file

@ -228,19 +228,11 @@ a, .slide label {
}
#netstatus .badge {
margin: 0 4px;
margin: 0 8px 0 0;
padding: 1px 6px;
font-weight: 600;
}
#netstatus > .badge {
margin-left: 0;
}
#netstatus > .badge ~ .badge {
margin-left: 8px;
}
label:hover .badge {
background: var(--ink);
}