enhance(ux): open properties in sidebar

fixes https://github.com/logseq/db-test/issues/167
This commit is contained in:
Tienson Qin
2024-12-16 22:27:55 +08:00
parent 7506936481
commit ac156c403f
6 changed files with 75 additions and 41 deletions

View File

@@ -329,4 +329,8 @@ input[type='range'] {
.as-toggle {
@apply opacity-60 cursor-pointer select-none active:opacity-50;
}
}
}
.ls-foldable-title-control {
margin-left: -27px;
}