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

@@ -80,7 +80,7 @@
}
.dark .left-sidebar-inner {
background-color: or(--ls-left-sidebar-background-color, --lx-gray-01, --ls-primary-background);
background-color: or(--ls-left-sidebar-background-color, --lx-gray-01, --ls-primary-background-color);
}
.left-sidebar-inner {
@@ -683,7 +683,7 @@
}
.references {
margin-left: 12px;
@apply mx-[28px];
}
.sidebar-drop-indicator {
@@ -757,6 +757,10 @@
}
}
}
.page-hierarchy {
@apply pl-[28px];
}
}
.cp__sidebar-main-content[data-is-full-width='true'] {