Please bring back the full width clickable zone to add a new block

Since 0.3.4, one has to click on the small plus sign on the line under the last block to add a new one.
It’s very tiresome to “aim” at this small zone.

Before, we used to be able to click anywhere on this line to add a new block. Please bring that back!

In the meantime, here’s a CSS to fix the issue for people who are bothered by it:

.add-button > .flex > .block {
     width:  100% !important;
     height: 3em !important;
}

Feel free to remove the “height: 3em” if you don’t want it; I just like this zone to be quite easy to find :slight_smile: