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

@ -50,7 +50,7 @@ html {
display: grid;
position: relative;
justify-items: center;
margin-bottom: 32px;
margin-bottom: 8px;
margin-left: 24px;
margin-right: 24px;
img {
@ -60,6 +60,12 @@ html {
}
}
.icons {
display: flex;
justify-content: center;
margin-bottom: 32px;
}
.node {
display: grid;
grid-template-columns: 24px min-content;