Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Update editor alignment to match front end #22

Merged
merged 13 commits into from
Oct 22, 2018

Commits on Oct 16, 2018

  1. Add additional editor stylesheet, plus page title styles.

    This must be included in a seprate stylesheet (for now), because of Gutenberg's auto-classname injection in style-editor.scss.
    kjellr committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    edab5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7edac1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    43f9a56 View commit details
    Browse the repository at this point in the history
  2. Add clarifying file comment.

    kjellr committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    ddf3b94 View commit details
    Browse the repository at this point in the history
  3. Correct the math behind alignfull image size + position

    Width: 125% + 88px of container margins +  28px of block margins
    
    Position: 12.5% (10% of 125) - 46px of container  margins - 14px of block margins.
    kjellr committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    c223eb3 View commit details
    Browse the repository at this point in the history
  4. Make alignright blocks extend off to the right.

    This way they align with the right edge of alignwide blocks, just like on the frontend.
    kjellr committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    8709e23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da1810f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8f673c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98c70ca View commit details
    Browse the repository at this point in the history
  8. Minor

    Swapping order of font size/family to match the declarations above.
    kjellr committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    5aa7b49 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f4ca11 View commit details
    Browse the repository at this point in the history
  10. Fix linting error.

    kjellr committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    c74c1b3 View commit details
    Browse the repository at this point in the history
  11. Swapping out CSS Grid with plain old max-width and margins.

    For simpler code and better compatibility with older browsers.
    kjellr committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    9acb003 View commit details
    Browse the repository at this point in the history