Automattic / block-experiments

A monorepo of Block Experiments
125 stars 17 forks source link

Fix a few small glitches #255

Closed jasmussen closed 2 years ago

jasmussen commented 2 years ago

As the block editor has evolved, a few things gathered a little dust here. The inspector control for selecting columns is a bit broken:

before

This PR polishes that:

after

The fixed position appender sat in a bit of a random place:

before appender

Now it's better:

after appender

Note that the fixes here are not superb or perfect. If we have time to invest, there are a lot of things we can improve by adopting the core components for the inspector, for example and refactoring to remove some of the CSS that was needed for older themes. But for now, this is a bit of a bandaid, which at the same time is mostly careful about not making too big changes. What do you think?