More caching, first tree navigation with up/down.

This commit is contained in:
Magnus Åhall 2025-02-06 22:31:11 +01:00
parent 0bd5d08edf
commit 82f09dcb1d
8 changed files with 317 additions and 151 deletions

View file

@ -27,7 +27,7 @@ html {
display: grid;
position: relative;
justify-items: center;
margin-bottom: 32px;
margin-bottom: 8px;
margin-left: 24px;
margin-right: 24px;
}
@ -35,6 +35,11 @@ html {
width: 128px;
left: -20px;
}
#tree .icons {
display: flex;
justify-content: center;
margin-bottom: 32px;
}
#tree .node {
display: grid;
grid-template-columns: 24px min-content;