tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
198 stars 23 forks source link

Tweak: Improve Grid selector shortcuts #1401

Closed tomusborne closed 4 weeks ago

tomusborne commented 4 weeks ago

This improves the grid shortcuts when using our Grid variation.

It does the following:

  1. Shows the shortcuts as long as the desktop (no at-rule) style has display: grid, which means our Grid variation is active.
  2. Changes the grid-template-columns value for the current at rule.
  3. Only affects the blocks (adds/removes them) when no at-rule is selected.
  4. Allows you to click a selected layout to remove it, bringing it in line with our control in the Styles panel.