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

Alignments: Add negative margins to .alignfull #235

Merged
merged 3 commits into from
Jan 24, 2022

Conversation

mikachan
Copy link
Member

This is a potential fix for #231. I've added negative margins to alignfull which have the same width as the left and right padding for entry-content. This means anything that is set to alignfull should stretch to the edges:

image

Is this the intended style for alignfull?

Closes #231

@mikachan mikachan added the [Type] Bug Something isn't working label Jan 24, 2022
@mikachan mikachan self-assigned this Jan 24, 2022
@mikachan
Copy link
Member Author

This may also fix #229.

@shaunandrews
Copy link
Collaborator

Is this the intended style for alignfull?

I believe so. This PR seems to fix #231 and #229 Thanks!

@shaunandrews shaunandrews merged commit 9bc315c into trunk Jan 24, 2022
@shaunandrews shaunandrews deleted the fix/231-alignfull-width branch January 24, 2022 18:26
@iandunn iandunn mentioned this pull request Jan 25, 2022
scruffian added a commit that referenced this pull request Jan 31, 2022
* initial layout for podcast single post

* remove unneeded rule

* left column styles

* positioning on mobile

* fix rebase error

* fixes for blob and overall padding

* started header styles

* template for archive page too

* linting

* Homepage: Fix horizontal scrolling (#236)

* Reduce width of heading background

* Refactor See All People styles

* Alignments: Add negative margins to .alignfull (#235)

* Add negative margins to alignfull

* Change max-width from auto to none

* Adjust caption padding for alignfull images

* Add edge padding to pages (#237)

* Blocks: Don't allow bold in quotes

Fixes #140, see ae4ef79

* Use the core class for WP_Theme_JSON_Resolver

The *_Gutenberg version is a back-compat class, and comes from Gutenberg itself, so the fonts don't load if Gutenberg is deactivated. Instead, we can use the core class, which has been in core since 5.8.

* skinned the podcast player to fit design

* add podcast player to the header of the single template

* player on archive page too

* Handle simple podcast player in filter

* Categories archives: Hide the decorative archive title from screen readers (#233)

* Categories archives: Hide the decorative archive title from screen readers

Only the first letter is visible, and having this on the page for screen reader users causes a double heading.

* Fix aria-hidden attribute

* Pagination: Wrap long post titles onto a new line (#240)

* Add editor styles in admin only

The function `editor_styles` calls `fonts_url`, which in turn calls `WP_Theme_JSON_Resolver::get_merged_data`, which sets up some static variables. Running this on `after_setup_theme` sets up these static variables before all the blocks are registered, which breaks the stylesheet generation that happens later on to create `global-styles-inline-css`, causing everything in theme.json's styles.blocks property to be ignored. This avoids the issue by only calling `editor_styles` in the admin.

* Blocks: Update styling for code block, add Code Syntax Block plugin

* Switch to code-syntax-block plugin

For this to take effect you'll need to run:

`composer update && wp-env start --update`

* Remove the border from code blocks

* Update the code block styles in theme.json, remove workaround SCSS file

Co-authored-by: Kelly Dwan <ryelle@users.noreply.github.com>

* Fix stroke and dot postioning on pagination (#239)

* Ensuring the pager works with the blue background of the releases category.

* Adjusting spacing and only showing a dot on the left if you're on a page other than the first.

* Move the bullets to the previous/next buttons.

* Fix lint issues

Co-authored-by: Kelly Dwan <ryelle@users.noreply.github.com>

* skinned smaller player

* fixed spacing and responsive

* Offset vertical position of title mask by 1px (#249)

* Layout: Stick content to top of page. (#247)

* minimal player on mobile

* fix broken block markup

* fix share panel contrast

* Adding focus styles for the player

* fix focus on speed button

* Add focus states for share buttons

* fix focus states for player panels

* add tablet styles

* add an outline to focussed buttons

* remove extra player

* hide the share panels until they are opened

* Readme: Add note that header/footer live in different repo.

* Make the focus state of the small player more obvious

* Don't show the word Archive on the podcast page

* limit the height of the header on the category page

* Add focus states for the pause button

* Add a ligher player on the archive page

* fix the pink blob positioning

* linting changes

* Modularize components/_local-header.scss (#250)

* Modularize local-header CSS

* Fix indentation

* Simplify top level selectors

* Add .local-header to start of breadcrumbs

* Update source/wp-content/themes/wporg-news-2021/sass/components/local-header/_breadcrumbs.scss

Co-authored-by: Ian Dunn <ian@iandunn.name>

* Update source/wp-content/themes/wporg-news-2021/sass/components/local-header/_local-header.scss

Co-authored-by: Kelly Dwan <ryelle@users.noreply.github.com>

* Linter changes

Co-authored-by: Ian Dunn <ian@iandunn.name>
Co-authored-by: Kelly Dwan <ryelle@users.noreply.github.com>

* Update hover states on the share and subscribe buttons

* Make the category name static, since this is actually a custom post type not a category, and this tempalte is only used for that CPT

* center the pink blob on mobile

* add a spacer to the top of each post in the archive template

* reduce spacer:

* initial layout for podcast single post

* remove unneeded rule

* left column styles

* positioning on mobile

* fix rebase error

* fixes for blob and overall padding

* started header styles

* template for archive page too

* skinned the podcast player to fit design

* add podcast player to the header of the single template

* player on archive page too

* Handle simple podcast player in filter

* skinned smaller player

* fixed spacing and responsive

* minimal player on mobile

* fix broken block markup

* fix share panel contrast

* Adding focus styles for the player

* fix focus on speed button

* Add focus states for share buttons

* fix focus states for player panels

* add tablet styles

* add an outline to focussed buttons

* remove extra player

* hide the share panels until they are opened

* Make the focus state of the small player more obvious

* Don't show the word Archive on the podcast page

* Add focus states for the pause button

* Add a ligher player on the archive page

* fix the pink blob positioning

* linting changes

* Update hover states on the share and subscribe buttons

* Make the category name static, since this is actually a custom post type not a category, and this tempalte is only used for that CPT

* center the pink blob on mobile

* add a spacer to the top of each post in the archive template

* reduce spacer:

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
Co-authored-by: Kelly Dwan <ryelle@users.noreply.github.com>
Co-authored-by: tellyworth <alex@automattic.com>
Co-authored-by: Shaun Andrews <shaun@automattic.com>
Co-authored-by: Ian Dunn <ian@iandunn.name>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
2 participants