Add counting of detached nodes
This commit is contained in:
parent
6feb20d3da
commit
41a5994bbd
7 changed files with 109 additions and 18 deletions
|
|
@ -163,6 +163,17 @@ em#index-node-count {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: auto;
|
||||
border-collapse: collapse;
|
||||
border: 0.5px dotted #666;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 10px;
|
||||
border: 0.5px dotted #666;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
background-color: #222222;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue