fix(ui): alignment of the references & hierarchy container from right sidebar

This commit is contained in:
charlie
2023-11-29 18:01:45 +08:00
committed by Tienson Qin
parent 1fdcdbe454
commit 9e8cc6efb4
2 changed files with 7 additions and 2 deletions

View File

@@ -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'] {