small fixes

This commit is contained in:
zadam
2022-12-14 12:26:04 +01:00
parent 1b6d0c9bbc
commit b9ae68d559
4 changed files with 131 additions and 17 deletions

View File

@@ -103,7 +103,6 @@ span.fancytree-expander {
}
.tree-wrapper .unhoist-button {
display: block;
font-size: 200%;
}
</style>`;

View File

@@ -213,6 +213,7 @@ span.fancytree-node.archived {
.unhoist-button.bx.tree-item-button {
margin-left: 0; /* unhoist button is on the left and doesn't need more margin */
display: block; /* keep always visible */
}
.tree-item-button:hover {