diff --git a/bullet_threading.css b/bullet_threading.css index d0ee268..3373ba5 100644 --- a/bullet_threading.css +++ b/bullet_threading.css @@ -23,7 +23,6 @@ /* Block bullet path should only show in a nested block */ .ls-block { - /* Fix for headings like h1, h2 etc */ /* Basic "curve" */ /* Fix multi-line blocks with children */ } @@ -35,17 +34,11 @@ position: relative; height: 26px !important; } -.ls-block > .items-baseline { - align-items: initial; -} .ls-block:not(:focus-within) .bullet { background-color: var(--ls-block-bullet-color); transform: scale(1); box-shadow: none; } -.ls-block:not(:focus-within) > .items-baseline { - align-items: baseline; -} .ls-block .ls-block > div > div.items-center::before { pointer-events: none; content: ""; diff --git a/src/_blocks.scss b/src/_blocks.scss index 26f470a..882321b 100644 --- a/src/_blocks.scss +++ b/src/_blocks.scss @@ -67,7 +67,7 @@ a:hover > .bullet-container .bullet { } .block-control .rotating-arrow { - display: inline-block; + display: block; border-radius: 50%; background-color: var(--ls-primary-background-color); width: 1rem; diff --git a/src/bullet_threading.scss b/src/bullet_threading.scss index 18de5d7..a4e1a84 100644 --- a/src/bullet_threading.scss +++ b/src/bullet_threading.scss @@ -34,21 +34,12 @@ height: 26px !important; } - /* Fix for headings like h1, h2 etc */ - > .items-baseline { - align-items: initial; - } - &:not(:focus-within) .bullet { background-color: var(--ls-block-bullet-color); transform: scale(1); box-shadow: none; } - &:not(:focus-within) > .items-baseline { - align-items: baseline; - } - /* Basic "curve" */ .ls-block > div > div.items-center::before { pointer-events: none;