From 58eddfae1ca34c1d774cbd1377ac7f4801aa54ee Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 17 Nov 2020 13:55:24 -0500 Subject: [PATCH 1/2] Add 404 template. --- .../block-templates/404.html | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 twentytwentyone-blocks/block-templates/404.html diff --git a/twentytwentyone-blocks/block-templates/404.html b/twentytwentyone-blocks/block-templates/404.html new file mode 100644 index 00000000..e3f6fe23 --- /dev/null +++ b/twentytwentyone-blocks/block-templates/404.html @@ -0,0 +1,25 @@ + + + +

Nothing Here

+ + + +
+ + + + + + + +

It looks like nothing was found at this location. Maybe try a search?

+ + + + + + + + + \ No newline at end of file From a33b12e9f513fa6d37419f528db9d3dcc9c85ce2 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 17 Nov 2020 13:55:35 -0500 Subject: [PATCH 2/2] Fix wide/full separator blocks in the editor. --- twentytwentyone-blocks/assets/css/blocks.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/twentytwentyone-blocks/assets/css/blocks.css b/twentytwentyone-blocks/assets/css/blocks.css index 69bf2e60..3abf9f4c 100644 --- a/twentytwentyone-blocks/assets/css/blocks.css +++ b/twentytwentyone-blocks/assets/css/blocks.css @@ -189,6 +189,8 @@ hr:not(.is-style-wide):not(.is-style-dots), max-width: var(--wp--custom--responsive--aligndefault-width); } +.wp-block[data-align="wide"] .wp-block-separator:not(.is-style-wide):not(.is-style-dots), +.wp-block[data-align="full"] .wp-block-separator:not(.is-style-wide):not(.is-style-dots), hr.alignwide:not(.is-style-wide):not(.is-style-dots), .wp-block-separator.alignwide:not(.is-style-wide):not(.is-style-dots), hr.alignfull:not(.is-style-wide):not(.is-style-dots),