Merge branch 'master' into feat/db

This commit is contained in:
Tienson Qin
2023-12-04 20:47:37 +08:00
19 changed files with 282 additions and 184 deletions

View File

@@ -479,6 +479,7 @@
.color-level {
background-color: or(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1);
.dark & {
background-color: or(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1);
}
@@ -740,3 +741,19 @@ html.is-mac {
}
}
}
.references-blocks {
&-wrap {
.foldable-title {
@apply ml-3;
.block-control {
@apply relative right-[-5px] top-[1px];
}
}
}
&-item {
@apply bg-gray-03 rounded p-4;
}
}