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

Try: Enabling all alignments for the site title and navigation blocks #32778

Closed
wants to merge 8 commits into from

Conversation

kjellr
Copy link
Contributor

@kjellr kjellr commented Jun 17, 2021

This PR tries enabling all alignments for site title and navigation blocks. This would provide a lot more flexibility for header and footer layouts. At the moment, #31610 is blocked because there's no way to create a properly responsive header layout like this one with our current block options:

Screen Shot 2021-06-17 at 9 12 21 AM

The closest you can get is by using the columns block, but that causes issues on mobile due to the issue described in #31248 (comment). An alternate solution would be to use left/right floats to accomplish the same thing. With this PR active, creating that layout becomes trivial:

menu

Benefits:

  • More flexibility, more layout possibilities.
  • Less complexity: No need for additional column block wrappers.

Cons:

@kjellr kjellr added [Type] Enhancement A suggestion for improvement. [Block] Navigation Affects the Navigation Block [Block] Site Title Affects the Site Title Block labels Jun 17, 2021
@kjellr kjellr requested a review from jasmussen June 17, 2021 13:22
@kjellr kjellr self-assigned this Jun 17, 2021
@kjellr kjellr requested a review from ajitbohra as a code owner June 17, 2021 13:22
@kjellr kjellr mentioned this pull request Jun 17, 2021
2 tasks
@jasmussen
Copy link
Contributor

It means so much that this PR comes from you, knowing you have done so much work with the navigation block and navigation block patterns. In principle and in short, it seems fine to me to enable this, even if the primary con is a big one: floats. Before I give the green check, I wanted to run through some higher level questions around the longer term building of navigation.

Discussing a separate issue on markup, Matías goes through a few good example patterns and how to build them in this comment. The primary take-away for me, and the reason why I've been pursuing a 1:1 placeholder-to-content design in #32512, is that the navigation block isn't just about a list of navigation items, but more about enabling what we might refer to as the key interface for browsing your website, which in most cases includes a site logo or site title (or both).

Your example of a site logo and a burger menu on the right is a powerful one to inform how things are built: is the logo part of the navigation block, and if so, how do we define what goes in the burger menu?

Another example is this one:

It seems like I should be able to select the "About" menu item, click the right arrow twice, to move it between "Recipes" and "Contact", and inversely, select the "Recipes" item and press left to move it to where the "About" item was. That suggests a single navigation block, rather than two nav blocks and a logo.

All that leads me to the question: if navigation as a big encompassing site navigation block, more than just a list of links, is where we're going, does it help or confuse to add alignments? Or is it fine either way?

@kjellr
Copy link
Contributor Author

kjellr commented Jun 21, 2021

All that leads me to the question: if navigation as a big encompassing site navigation block, more than just a list of links, is where we're going, does it help or confuse to add alignments? Or is it fine either way?

Good question! I'm not totally sure, but I expect it might still be helpful to have the additional alignment controls.

I like the idea of having the option to include common header elements in the Nav block (Maybe just Site Logo, Site Title, Site Description to start. I wonder if someone can make a quick PR to try that out?

I do expect that it will get complicated. Like for example, take this mockup:

119163384-a6e8d880-ba5b-11eb-8398-397a92b12f0f

That's nice and simple — everything's just in a row, and I know we could do that with the current Nav block controls. But what if I wanted to also display the site tagline under the site title:

Frame 3

How would I do that? Would I group the site title and tagline, and have that group centered together? 🤔 I think we might end up needing to expand the spacing controls in order to make a wider range of layouts possible. Maybe these alignment options are part of that? Or maybe we rig up some sort of CSS-grid-based UI that makes this all really flexible.

Either way, I don't think it'll hurt to have these alignment options available, since they all use standard classes they'll presumably continue to work if we make changes later on. (I hope? 😅)

@jasmussen
Copy link
Contributor

Solid points.

Before:

Screenshot 2021-06-21 at 14 57 10

After:

Screenshot 2021-06-21 at 14 55 23

Riad was working on this for a time, but we need to group block level items together. I think that's still a pending todo for the navigation block, and unrelated, but came to mind now.

Left and right aligned look as they should:

Screenshot 2021-06-21 at 14 55 58

But centered is, well, misleading since it doesn't also justify centered. Any thoughts on what, if anything, we do here?

Screenshot 2021-06-21 at 14 55 36

@kjellr
Copy link
Contributor Author

kjellr commented Jun 21, 2021

But centered is, well, misleading since it doesn't also justify centered. Any thoughts on what, if anything, we do here?

Yeah, that's not great. Try now — I've added styles like the image block has to get center alignments properly working. (It uses display: table, but I'm not sure why?)

center-alignment-fix

I only implemented that for the nav block for now, but I can do the site title block as well if it's working well.

In any case, this does conflict with the justification controls. That's definitely a hesitation I have with this PR. 😕

@github-actions
Copy link

github-actions bot commented Jun 21, 2021

Size Change: +1.55 kB (0%)

Total Size: 1.04 MB

Filename Size Change
build/block-editor/index.min.js 119 kB +134 B (0%)
build/block-library/blocks/navigation/editor-rtl.css 1.68 kB +126 B (+8%) 🔍
build/block-library/blocks/navigation/editor.css 1.68 kB +125 B (+8%) 🔍
build/block-library/blocks/navigation/style-rtl.css 1.69 kB +62 B (+4%)
build/block-library/blocks/navigation/style.css 1.7 kB +64 B (+4%)
build/block-library/blocks/site-title/editor-rtl.css 137 B +52 B (+61%) 🆘
build/block-library/blocks/site-title/editor.css 137 B +52 B (+61%) 🆘
build/block-library/editor-rtl.css 9.83 kB +125 B (+1%)
build/block-library/editor.css 9.83 kB +128 B (+1%)
build/block-library/index.min.js 145 kB +52 B (0%)
build/block-library/style-rtl.css 10.2 kB +68 B (+1%)
build/block-library/style.css 10.2 kB +72 B (+1%)
build/components/index.min.js 180 kB -11 B (0%)
build/customize-widgets/index.min.js 10 kB +47 B (0%)
build/customize-widgets/style-rtl.css 1.46 kB +4 B (0%)
build/customize-widgets/style.css 1.45 kB +3 B (0%)
build/edit-widgets/index.min.js 16.1 kB +36 B (0%)
build/edit-widgets/style-rtl.css 3.57 kB +67 B (+2%)
build/edit-widgets/style.css 3.57 kB +67 B (+2%)
build/widgets/style-rtl.css 860 B +138 B (+19%) ⚠️
build/widgets/style.css 861 B +139 B (+19%) ⚠️
ℹ️ View Unchanged
Filename Size
build/a11y/index.min.js 1.12 kB
build/annotations/index.min.js 2.93 kB
build/api-fetch/index.min.js 2.44 kB
build/autop/index.min.js 2.28 kB
build/blob/index.min.js 672 B
build/block-directory/index.min.js 6.61 kB
build/block-directory/style-rtl.css 989 B
build/block-directory/style.css 990 B
build/block-editor/style-rtl.css 13.5 kB
build/block-editor/style.css 13.5 kB
build/block-library/blocks/archives/editor-rtl.css 61 B
build/block-library/blocks/archives/editor.css 60 B
build/block-library/blocks/archives/style-rtl.css 65 B
build/block-library/blocks/archives/style.css 65 B
build/block-library/blocks/audio/editor-rtl.css 58 B
build/block-library/blocks/audio/editor.css 58 B
build/block-library/blocks/audio/style-rtl.css 112 B
build/block-library/blocks/audio/style.css 112 B
build/block-library/blocks/audio/theme-rtl.css 125 B
build/block-library/blocks/audio/theme.css 125 B
build/block-library/blocks/block/editor-rtl.css 161 B
build/block-library/blocks/block/editor.css 161 B
build/block-library/blocks/button/editor-rtl.css 475 B
build/block-library/blocks/button/editor.css 474 B
build/block-library/blocks/button/style-rtl.css 603 B
build/block-library/blocks/button/style.css 602 B
build/block-library/blocks/buttons/editor-rtl.css 315 B
build/block-library/blocks/buttons/editor.css 315 B
build/block-library/blocks/buttons/style-rtl.css 375 B
build/block-library/blocks/buttons/style.css 375 B
build/block-library/blocks/calendar/style-rtl.css 208 B
build/block-library/blocks/calendar/style.css 208 B
build/block-library/blocks/categories/editor-rtl.css 84 B
build/block-library/blocks/categories/editor.css 83 B
build/block-library/blocks/categories/style-rtl.css 79 B
build/block-library/blocks/categories/style.css 79 B
build/block-library/blocks/code/style-rtl.css 90 B
build/block-library/blocks/code/style.css 90 B
build/block-library/blocks/code/theme-rtl.css 131 B
build/block-library/blocks/code/theme.css 131 B
build/block-library/blocks/columns/editor-rtl.css 190 B
build/block-library/blocks/columns/editor.css 190 B
build/block-library/blocks/columns/style-rtl.css 422 B
build/block-library/blocks/columns/style.css 422 B
build/block-library/blocks/cover/editor-rtl.css 670 B
build/block-library/blocks/cover/editor.css 670 B
build/block-library/blocks/cover/style-rtl.css 1.22 kB
build/block-library/blocks/cover/style.css 1.23 kB
build/block-library/blocks/embed/editor-rtl.css 486 B
build/block-library/blocks/embed/editor.css 486 B
build/block-library/blocks/embed/style-rtl.css 401 B
build/block-library/blocks/embed/style.css 400 B
build/block-library/blocks/embed/theme-rtl.css 124 B
build/block-library/blocks/embed/theme.css 124 B
build/block-library/blocks/file/editor-rtl.css 301 B
build/block-library/blocks/file/editor.css 300 B
build/block-library/blocks/file/style-rtl.css 255 B
build/block-library/blocks/file/style.css 255 B
build/block-library/blocks/file/view.min.js 780 B
build/block-library/blocks/freeform/editor-rtl.css 2.44 kB
build/block-library/blocks/freeform/editor.css 2.44 kB
build/block-library/blocks/gallery/editor-rtl.css 704 B
build/block-library/blocks/gallery/editor.css 705 B
build/block-library/blocks/gallery/style-rtl.css 1.06 kB
build/block-library/blocks/gallery/style.css 1.06 kB
build/block-library/blocks/gallery/theme-rtl.css 122 B
build/block-library/blocks/gallery/theme.css 122 B
build/block-library/blocks/group/editor-rtl.css 160 B
build/block-library/blocks/group/editor.css 160 B
build/block-library/blocks/group/style-rtl.css 57 B
build/block-library/blocks/group/style.css 57 B
build/block-library/blocks/group/theme-rtl.css 93 B
build/block-library/blocks/group/theme.css 93 B
build/block-library/blocks/heading/editor-rtl.css 152 B
build/block-library/blocks/heading/editor.css 152 B
build/block-library/blocks/heading/style-rtl.css 76 B
build/block-library/blocks/heading/style.css 76 B
build/block-library/blocks/home-link/style-rtl.css 259 B
build/block-library/blocks/home-link/style.css 259 B
build/block-library/blocks/html/editor-rtl.css 281 B
build/block-library/blocks/html/editor.css 281 B
build/block-library/blocks/image/editor-rtl.css 729 B
build/block-library/blocks/image/editor.css 727 B
build/block-library/blocks/image/style-rtl.css 481 B
build/block-library/blocks/image/style.css 485 B
build/block-library/blocks/image/theme-rtl.css 124 B
build/block-library/blocks/image/theme.css 124 B
build/block-library/blocks/latest-comments/style-rtl.css 281 B
build/block-library/blocks/latest-comments/style.css 282 B
build/block-library/blocks/latest-posts/editor-rtl.css 137 B
build/block-library/blocks/latest-posts/editor.css 137 B
build/block-library/blocks/latest-posts/style-rtl.css 529 B
build/block-library/blocks/latest-posts/style.css 529 B
build/block-library/blocks/list/style-rtl.css 63 B
build/block-library/blocks/list/style.css 63 B
build/block-library/blocks/media-text/editor-rtl.css 176 B
build/block-library/blocks/media-text/editor.css 176 B
build/block-library/blocks/media-text/style-rtl.css 492 B
build/block-library/blocks/media-text/style.css 489 B
build/block-library/blocks/more/editor-rtl.css 434 B
build/block-library/blocks/more/editor.css 434 B
build/block-library/blocks/navigation-link/editor-rtl.css 633 B
build/block-library/blocks/navigation-link/editor.css 634 B
build/block-library/blocks/navigation-link/style-rtl.css 94 B
build/block-library/blocks/navigation-link/style.css 94 B
build/block-library/blocks/navigation/view.min.js 2.87 kB
build/block-library/blocks/nextpage/editor-rtl.css 395 B
build/block-library/blocks/nextpage/editor.css 395 B
build/block-library/blocks/page-list/editor-rtl.css 310 B
build/block-library/blocks/page-list/editor.css 311 B
build/block-library/blocks/page-list/style-rtl.css 240 B
build/block-library/blocks/page-list/style.css 240 B
build/block-library/blocks/paragraph/editor-rtl.css 157 B
build/block-library/blocks/paragraph/editor.css 157 B
build/block-library/blocks/paragraph/style-rtl.css 247 B
build/block-library/blocks/paragraph/style.css 248 B
build/block-library/blocks/post-author/editor-rtl.css 209 B
build/block-library/blocks/post-author/editor.css 209 B
build/block-library/blocks/post-author/style-rtl.css 183 B
build/block-library/blocks/post-author/style.css 184 B
build/block-library/blocks/post-comments-form/style-rtl.css 140 B
build/block-library/blocks/post-comments-form/style.css 140 B
build/block-library/blocks/post-comments/style-rtl.css 360 B
build/block-library/blocks/post-comments/style.css 359 B
build/block-library/blocks/post-content/editor-rtl.css 139 B
build/block-library/blocks/post-content/editor.css 139 B
build/block-library/blocks/post-excerpt/editor-rtl.css 73 B
build/block-library/blocks/post-excerpt/editor.css 73 B
build/block-library/blocks/post-excerpt/style-rtl.css 69 B
build/block-library/blocks/post-excerpt/style.css 69 B
build/block-library/blocks/post-featured-image/editor-rtl.css 338 B
build/block-library/blocks/post-featured-image/editor.css 338 B
build/block-library/blocks/post-featured-image/style-rtl.css 141 B
build/block-library/blocks/post-featured-image/style.css 141 B
build/block-library/blocks/post-template/editor-rtl.css 100 B
build/block-library/blocks/post-template/editor.css 99 B
build/block-library/blocks/post-template/style-rtl.css 379 B
build/block-library/blocks/post-template/style.css 380 B
build/block-library/blocks/post-title/style-rtl.css 60 B
build/block-library/blocks/post-title/style.css 60 B
build/block-library/blocks/preformatted/style-rtl.css 103 B
build/block-library/blocks/preformatted/style.css 103 B
build/block-library/blocks/pullquote/editor-rtl.css 183 B
build/block-library/blocks/pullquote/editor.css 183 B
build/block-library/blocks/pullquote/style-rtl.css 318 B
build/block-library/blocks/pullquote/style.css 318 B
build/block-library/blocks/pullquote/theme-rtl.css 169 B
build/block-library/blocks/pullquote/theme.css 169 B
build/block-library/blocks/query-pagination-numbers/editor-rtl.css 122 B
build/block-library/blocks/query-pagination-numbers/editor.css 121 B
build/block-library/blocks/query-pagination/editor-rtl.css 270 B
build/block-library/blocks/query-pagination/editor.css 262 B
build/block-library/blocks/query-pagination/style-rtl.css 168 B
build/block-library/blocks/query-pagination/style.css 168 B
build/block-library/blocks/query-title/editor-rtl.css 86 B
build/block-library/blocks/query-title/editor.css 86 B
build/block-library/blocks/query/editor-rtl.css 131 B
build/block-library/blocks/query/editor.css 132 B
build/block-library/blocks/quote/style-rtl.css 169 B
build/block-library/blocks/quote/style.css 169 B
build/block-library/blocks/quote/theme-rtl.css 221 B
build/block-library/blocks/quote/theme.css 221 B
build/block-library/blocks/rss/editor-rtl.css 201 B
build/block-library/blocks/rss/editor.css 202 B
build/block-library/blocks/rss/style-rtl.css 290 B
build/block-library/blocks/rss/style.css 290 B
build/block-library/blocks/search/editor-rtl.css 211 B
build/block-library/blocks/search/editor.css 211 B
build/block-library/blocks/search/style-rtl.css 359 B
build/block-library/blocks/search/style.css 362 B
build/block-library/blocks/search/theme-rtl.css 64 B
build/block-library/blocks/search/theme.css 64 B
build/block-library/blocks/separator/editor-rtl.css 99 B
build/block-library/blocks/separator/editor.css 99 B
build/block-library/blocks/separator/style-rtl.css 251 B
build/block-library/blocks/separator/style.css 251 B
build/block-library/blocks/separator/theme-rtl.css 172 B
build/block-library/blocks/separator/theme.css 172 B
build/block-library/blocks/shortcode/editor-rtl.css 512 B
build/block-library/blocks/shortcode/editor.css 512 B
build/block-library/blocks/site-logo/editor-rtl.css 440 B
build/block-library/blocks/site-logo/editor.css 441 B
build/block-library/blocks/site-logo/style-rtl.css 154 B
build/block-library/blocks/site-logo/style.css 154 B
build/block-library/blocks/site-tagline/editor-rtl.css 87 B
build/block-library/blocks/site-tagline/editor.css 87 B
build/block-library/blocks/site-title/style-rtl.css 88 B
build/block-library/blocks/site-title/style.css 88 B
build/block-library/blocks/social-link/editor-rtl.css 164 B
build/block-library/blocks/social-link/editor.css 165 B
build/block-library/blocks/social-links/editor-rtl.css 800 B
build/block-library/blocks/social-links/editor.css 799 B
build/block-library/blocks/social-links/style-rtl.css 1.34 kB
build/block-library/blocks/social-links/style.css 1.34 kB
build/block-library/blocks/spacer/editor-rtl.css 308 B
build/block-library/blocks/spacer/editor.css 308 B
build/block-library/blocks/spacer/style-rtl.css 48 B
build/block-library/blocks/spacer/style.css 48 B
build/block-library/blocks/table/editor-rtl.css 478 B
build/block-library/blocks/table/editor.css 478 B
build/block-library/blocks/table/style-rtl.css 480 B
build/block-library/blocks/table/style.css 480 B
build/block-library/blocks/table/theme-rtl.css 188 B
build/block-library/blocks/table/theme.css 188 B
build/block-library/blocks/tag-cloud/editor-rtl.css 118 B
build/block-library/blocks/tag-cloud/editor.css 118 B
build/block-library/blocks/tag-cloud/style-rtl.css 94 B
build/block-library/blocks/tag-cloud/style.css 94 B
build/block-library/blocks/template-part/editor-rtl.css 551 B
build/block-library/blocks/template-part/editor.css 550 B
build/block-library/blocks/template-part/theme-rtl.css 101 B
build/block-library/blocks/template-part/theme.css 101 B
build/block-library/blocks/term-description/editor-rtl.css 90 B
build/block-library/blocks/term-description/editor.css 90 B
build/block-library/blocks/text-columns/editor-rtl.css 95 B
build/block-library/blocks/text-columns/editor.css 95 B
build/block-library/blocks/text-columns/style-rtl.css 166 B
build/block-library/blocks/text-columns/style.css 166 B
build/block-library/blocks/verse/style-rtl.css 87 B
build/block-library/blocks/verse/style.css 87 B
build/block-library/blocks/video/editor-rtl.css 569 B
build/block-library/blocks/video/editor.css 570 B
build/block-library/blocks/video/style-rtl.css 173 B
build/block-library/blocks/video/style.css 173 B
build/block-library/blocks/video/theme-rtl.css 124 B
build/block-library/blocks/video/theme.css 124 B
build/block-library/common-rtl.css 1.26 kB
build/block-library/common.css 1.26 kB
build/block-library/reset-rtl.css 514 B
build/block-library/reset.css 515 B
build/block-library/theme-rtl.css 692 B
build/block-library/theme.css 693 B
build/block-serialization-default-parser/index.min.js 1.3 kB
build/block-serialization-spec-parser/index.min.js 3.06 kB
build/blocks/index.min.js 47.3 kB
build/components/style-rtl.css 16.2 kB
build/components/style.css 16.2 kB
build/compose/index.min.js 10.2 kB
build/core-data/index.min.js 12.2 kB
build/data-controls/index.min.js 827 B
build/data/index.min.js 7.22 kB
build/date/index.min.js 31.8 kB
build/deprecated/index.min.js 738 B
build/dom-ready/index.min.js 577 B
build/dom/index.min.js 4.62 kB
build/edit-navigation/index.min.js 14 kB
build/edit-navigation/style-rtl.css 3.09 kB
build/edit-navigation/style.css 3.09 kB
build/edit-post/classic-rtl.css 454 B
build/edit-post/classic.css 454 B
build/edit-post/index.min.js 58.7 kB
build/edit-post/style-rtl.css 7.04 kB
build/edit-post/style.css 7.03 kB
build/edit-site/index.min.js 26 kB
build/edit-site/style-rtl.css 4.76 kB
build/edit-site/style.css 4.75 kB
build/editor/index.min.js 38.6 kB
build/editor/style-rtl.css 3.91 kB
build/editor/style.css 3.9 kB
build/element/index.min.js 3.44 kB
build/escape-html/index.min.js 739 B
build/format-library/index.min.js 5.68 kB
build/format-library/style-rtl.css 637 B
build/format-library/style.css 639 B
build/hooks/index.min.js 1.76 kB
build/html-entities/index.min.js 629 B
build/i18n/index.min.js 3.73 kB
build/is-shallow-equal/index.min.js 709 B
build/keyboard-shortcuts/index.min.js 1.74 kB
build/keycodes/index.min.js 1.43 kB
build/list-reusable-blocks/index.min.js 2.07 kB
build/list-reusable-blocks/style-rtl.css 629 B
build/list-reusable-blocks/style.css 628 B
build/media-utils/index.min.js 3.08 kB
build/notices/index.min.js 1.07 kB
build/nux/index.min.js 2.31 kB
build/nux/style-rtl.css 718 B
build/nux/style.css 716 B
build/plugins/index.min.js 1.99 kB
build/primitives/index.min.js 1.03 kB
build/priority-queue/index.min.js 791 B
build/react-i18n/index.min.js 925 B
build/redux-routine/index.min.js 2.82 kB
build/reusable-blocks/index.min.js 2.56 kB
build/reusable-blocks/style-rtl.css 225 B
build/reusable-blocks/style.css 225 B
build/rich-text/index.min.js 10.6 kB
build/server-side-render/index.min.js 1.63 kB
build/shortcode/index.min.js 1.68 kB
build/token-list/index.min.js 848 B
build/url/index.min.js 1.95 kB
build/viewport/index.min.js 1.28 kB
build/warning/index.min.js 1.13 kB
build/widgets/index.min.js 6.21 kB
build/wordcount/index.min.js 1.24 kB

compressed-size-action

@jasmussen
Copy link
Contributor

Thanks again for working on this. Left and center:

left center

I especially like how the burger menu is also centered there, very nice and a good reason to add this. I discovered an issue that's not your fault with this branch:

center nav

I will look at that separately 🙈

Right opens up a bit of a question again, though. Notice how I have a dropdown menu:

right

By default, dropdown menus open from left to right. For it to open from right to left, you have to justify the menu right.

We could theoretically hook into that existing CSS so that it opens leftwards, just like it does for justified right. Want to take a stab? Otherwise I can look it up and push.

It might also be time to open a separate ticket about automating the direction of opening menus, but I had hoped to postpone that to a mega-menu phase 2 for the block.

@kjellr
Copy link
Contributor Author

kjellr commented Jun 21, 2021

We could theoretically hook into that existing CSS so that it opens leftwards, just like it does for justified right. Want to take a stab? Otherwise I can look it up and push.

Should be all set as of 403a58b:

right-menus

I also added the styles necessary to get aligncenter working for the site title block. This one absolutely gets a little confusing when combined with the justification options. The justification has basically no effect when left/right/center alignments are active. 😕 But it all does technically work:

center-alignment-fix

Copy link
Contributor

@jasmussen jasmussen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs a rebase, but is working well for me, thank you for the extra mile on the menu opener:

Screenshot 2021-06-22 at 09 31 21

I remain slightly skeptical overall on how useful these alignments will be in the long view. But at the same time, there doesn't seem to be a great value in limiting them. Floats are difficult to work with, but I can imagine if we find different layout opportunities, left and right might be more useful at that time. So I'm happy to try this.

@kjellr
Copy link
Contributor Author

kjellr commented Jun 24, 2021

After trying this more, I'm not sure it's actually going to solve many problems for #31610. When an item is floated, it doesn't obey any vertical alignment rules (According to the CSS spec, "A floating box must be placed as high as possible."). 😞 This means it's near-impossible to ensure that for example, a site logo and the navigation block will be properly aligned with each other:

Screen Shot 2021-06-24 at 9 25 16 AM

I don't see a way around that right now, so I think it makes more sense to just put the focus back on #19909 (comment) and #31248 (comment) as the solution to these issues.

I could see these floats being useful for some other super-weird use cases, but since they cause some confusion when combined with justification options, I think it makes sense to just close this PR for now. We can always re-open in the future if we find a stronger need for these options.

It was worth a try!

@kjellr kjellr closed this Jun 24, 2021
@kjellr kjellr deleted the try/expanding-alignments-site-title-navigation branch June 24, 2021 13:30
@jasmussen
Copy link
Contributor

Thank you for exploring this with such care.

I don't see a way around that right now, so I think it makes more sense to just put the focus back on #19909 (comment) and #31248 (comment) as the solution to these issues.

I think there we might also be able to explore some built-in low-configuration responsiveness to this. For the particular header/stacks to one column solution you link to, I actually explored a grid-based solution in https://codepen.io/joen/pen/wvJMdGr:

grid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Navigation Affects the Navigation Block [Block] Site Title Affects the Site Title Block [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants