Tree expansion and keyboard navigation works

This commit is contained in:
Magnus Åhall 2025-06-16 21:30:46 +02:00
parent 23307d7967
commit dd27be67b9
7 changed files with 433 additions and 13 deletions

View file

@ -46,6 +46,12 @@ html {
}
}
/*
#tree-native {
grid-area: tree;
}
*/
#tree {
grid-area: tree;
padding: 16px 32px;