diff --git a/src/_blocks.scss b/src/_blocks.scss index 72e6448..d85407f 100644 --- a/src/_blocks.scss +++ b/src/_blocks.scss @@ -84,9 +84,13 @@ a:hover > .bullet-container .bullet { margin-left: 0 !important; } -.ls-block div.items-center { - position: relative; - height: 26px !important; +// .ls-block div.items-center { +// position: relative; +// height: 26px !important; +// } +.ls-block div.block-control-wrap { + position: relative; + height: 26px !important; } // hovering block indicator diff --git a/src/bullet_threading.scss b/src/bullet_threading.scss index 508227f..c211629 100644 --- a/src/bullet_threading.scss +++ b/src/bullet_threading.scss @@ -59,11 +59,16 @@ box-shadow: 0 0 0 1px var(--ls-block-bullet-active-color); } - div.items-center { - position: relative; - height: 26px !important; +// div.items-center { +// position: relative; +// height: 26px !important; +// } + + div.block-control-wrap { + position: relative; + height: 26px !important; } - + /* Fix for headings like h1, h2 etc */ > .items-baseline { align-items: initial;