Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gallery block: add gap support #37903

Closed
wants to merge 8 commits into from
Closed

Commits on Jan 12, 2022

  1. Add gap support to gallery block

    Glen Davies committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a691007 View commit details
    Browse the repository at this point in the history
  2. Switch to using css grid so we don't need to recalculate image width …

    …based on gap size
    Glen Davies committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a5f39f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Revert "Switch to using css grid so we don't need to recalculate imag…

    …e width based on gap size"
    
    This reverts commit a5f39f7.
    Glen Davies committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    aa2c19d View commit details
    Browse the repository at this point in the history
  2. Add custom gap property to layout styles

    Glen Davies committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    588f6a1 View commit details
    Browse the repository at this point in the history
  3. Add a scoped block gap css var to allow gallery to calculate image wi…

    …dths in css based on gap value
    Glen Davies committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3cbb53f View commit details
    Browse the repository at this point in the history
  4. Override the flex align-items setting

    Glen Davies committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b6afcaf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Switch order of caption and media upload, and only render media uploa…

    …d if block is selected
    Glen Davies committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8adf044 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Improve naming of flex gap css var

    Glen Davies committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    48a8b86 View commit details
    Browse the repository at this point in the history