Refactored tree to sidebar

This commit is contained in:
Magnus Åhall 2026-06-08 16:48:25 +02:00
parent 83abc3f456
commit b3e5d79403
4 changed files with 25 additions and 25 deletions

View file

@ -92,7 +92,7 @@ button {
border-right: none;
}
n2-tree {
n2-sidebar {
display: none;
}
@ -164,7 +164,7 @@ button {
border-right: 1px solid var(--line-color);
n2-tree {
n2-sidebar {
.el-treenodes {
margin: 24px 32px 32px 32px;
}
@ -508,7 +508,7 @@ dialog.op {
}
#tree {
n2-tree {
n2-sidebar {
.el-treenodes {
height: calc(100vh - 64px - 64px);
margin: 0px;