mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix(ui): style not refresh when toggling option for the fold button position
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user