More caching, first tree navigation with up/down.
This commit is contained in:
parent
0bd5d08edf
commit
82f09dcb1d
8 changed files with 317 additions and 151 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue