Static dir configuration and tree view of notes

This commit is contained in:
Magnus Åhall 2023-06-19 15:02:52 +02:00
parent 99a15aa567
commit cb9d95bcb2
6 changed files with 125 additions and 3 deletions

View file

@ -188,6 +188,10 @@ header {
}
}
.tree {
padding: 16px;
}
@media only screen and (max-width: 100ex) {
.node-content {
width: 100%;