Remove new bullet + button

Hello,

The latest release (0.3.3) introduced a + button to create a new bullet.

It is quite distracting visually (it’s thin and hard to spot), brings no value (since you could already edit a new block by simply clicking), and it’s inconsistent in term of UX (for instance, it disappears when you click on another block).

Please consider removing it or making it an option?

UI simplicity contributes to make Logseq awesome!

P.S: for those who want to remove it, adding this to your custom.css will do the trick

.add-button > circle, line {
 display: none;
}