wip: outliner refactor

This commit is contained in:
Tienson Qin
2024-01-02 18:07:17 +08:00
parent 31c3b7a3af
commit 48b5593008
18 changed files with 285 additions and 253 deletions

View File

@@ -366,7 +366,7 @@
.ls-block {
position: relative;
min-height: 24px;
min-height: 30px;
padding: 2px 0;
border-bottom: 1px solid transparent;
transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
@@ -756,4 +756,4 @@ html.is-mac {
&-item {
@apply bg-gray-03 rounded p-4;
}
}
}