improve(ui): details for block container

This commit is contained in:
charlie
2022-11-25 12:41:57 +08:00
parent 7c0d3cb075
commit 748fa46dda
3 changed files with 30 additions and 20 deletions

View File

@@ -137,6 +137,7 @@
.block-children-container {
position: relative;
margin-left: 29px;
}
.block-children-left-border {
@@ -323,8 +324,6 @@
}
.ls-block {
@apply border border-dashed border-green-600;
position: relative;
min-height: 24px;
padding: 2px 0;
@@ -517,7 +516,7 @@ a:hover > .bullet-container {
background-color: var(--ls-block-bullet-border-color, #ced9e0);
}
.doc-mode {
.content.doc-mode {
margin-left: -16px;
.block-children-left-border {
@@ -527,6 +526,10 @@ a:hover > .bullet-container {
.hide-inner-bullet .bullet {
display: none;
}
.block-children-container {
margin-left: 18px;
}
}
/* copied from https://github.com/drdogbot7/tailwindcss-responsive-embed */