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

Fixed default gutenberg column sizes to fit Largo better #1679

Merged
merged 4 commits into from
Apr 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Particular thanks go to outside contributors [@seanchayes](https:/se
- Uses `validate_file()` when using `require_once`. [Pull request #1589](https:/INN/largo/pull/1589) for [issue #1494](https:/INN/largo/issues/1494).
- Added note to `category.php` template explaining how to modify displaying the featured posts on category pages. [Pull request #1676](https:/INN/largo/pull/1676) for [issue #1595](https:/INN/largo/issues/1595).
- Added `display: block;` style attribute to `.navis-slideshow.navis-full` to prevent full size images from not displaying properly due to the `display: table;` attribute on all `.wp-block-image` alignment classes. [Pull request #1675](https:/INN/largo/pull/1675) for [issue #1664](https:/INN/largo/issues/1664).
- Overrides some default gutenberg block styles to fit Largo styling better since they were not breaking properly between 781px and 600px. [Pull request #1679](https:/INN/largo/pull/1679) for [issue #1658](https:/INN/largo/issues/1658).
- Upgrades ReadTheDocs build process. [Pull request #1680](https:/INN/largo/pull/1680) for issues [#1616](https:/INN/largo/issues/1616) and [#1456](https:/INN/largo/issues/1456).
- Further cleans up undefined variables.

Expand Down
2 changes: 1 addition & 1 deletion css/editor-style.min.css

Large diffs are not rendered by default.

28 changes: 27 additions & 1 deletion css/gutenberg.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/gutenberg.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

Loading