WordPress/wp-content/themes
Sergey Biryukov 25e697c948 Twenty Twenty-One: Remove spacer block styles.
The theme includes styles for the spacer block for the front which appears to be unnecessary:
* It adds `display: block` even though that is the default.
* It removes top and bottom margin, even though this is not needed in the post content because of collapsing margins between blocks.
* It uses a custom CSS property to force a specific height on mobile. This affects the patterns in the theme negatively.

It also causes styling problems:
* When the spacer block has a height set to `0` in the navigation block, as the theme forces this to be larger on smaller screens.
* When the block is horizontal. Horizontal was not an option when this style was added.

Consequences of removal:
* Removing the use of the custom CSS property will cause a style change for websites that have adjusted the spacing property.

Follow-up to [49216], [49574].

Props poena, mukesh27.
Fixes #56222.
Built from https://develop.svn.wordpress.org/trunk@54103


git-svn-id: http://core.svn.wordpress.org/trunk@53662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-09-08 15:48:08 +00:00
..
twentyeleven Twenty Eleven: Correct inline translator comment. 2022-08-11 13:06:09 +00:00
twentyfifteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentyfourteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentynineteen Bundled Themes: Remove closing PHP tag at the end of files. 2022-08-11 14:46:09 +00:00
twentyseventeen Bundled Themes: Remove closing PHP tag at the end of files. 2022-08-11 14:46:09 +00:00
twentysixteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentyten Budled themes: Revert the Twenty Ten theme version to 3.6. 2022-05-25 02:51:09 +00:00
twentythirteen Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentytwelve Bundled themes: Bump versions for WordPress 6.0 release. 2022-05-20 01:49:16 +00:00
twentytwenty Twenty Twenty: Improve word wrap in comments required message. 2022-09-01 06:12:15 +00:00
twentytwentyone Twenty Twenty-One: Remove spacer block styles. 2022-09-08 15:48:08 +00:00
twentytwentytwo Twenty Twenty-Two: Fix typo in Dark Footer pattern docblock. 2022-05-18 12:57:12 +00:00
index.php