fix(ui): style not refresh when toggling option for the fold button position

This commit is contained in:
charlie
2022-11-25 14:49:10 +08:00
parent c3ac05181d
commit 0d04e777fc
4 changed files with 16 additions and 6 deletions

View File

@@ -172,6 +172,11 @@
}
}
.block-control-wrap {
height: 24px;
margin-top: 0;
}
.block-control, .block-control:hover {
text-decoration: none;
cursor: default;
@@ -523,6 +528,10 @@ a:hover > .bullet-container {
display: none;
}
.block-children {
border-left: none;
}
.hide-inner-bullet .bullet {
display: none;
}