{"url":"https://api.github.com/repos/git/git-scm.com/pulls/2133","id":3294289689,"node_id":"PR_kwDOADfhqM7EWt8Z","html_url":"https://github.com/git/git-scm.com/pull/2133","diff_url":"https://github.com/git/git-scm.com/pull/2133.diff","patch_url":"https://github.com/git/git-scm.com/pull/2133.patch","issue_url":"https://api.github.com/repos/git/git-scm.com/issues/2133","number":2133,"state":"closed","locked":false,"title":"Fix right-side alignment of content area on non-homepage pages","user":{"login":"dscho","id":127790,"node_id":"MDQ6VXNlcjEyNzc5MA==","avatar_url":"https://avatars.githubusercontent.com/u/127790?v=4","gravatar_id":"","url":"https://api.github.com/users/dscho","html_url":"https://github.com/dscho","followers_url":"https://api.github.com/users/dscho/followers","following_url":"https://api.github.com/users/dscho/following{/other_user}","gists_url":"https://api.github.com/users/dscho/gists{/gist_id}","starred_url":"https://api.github.com/users/dscho/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dscho/subscriptions","organizations_url":"https://api.github.com/users/dscho/orgs","repos_url":"https://api.github.com/users/dscho/repos","events_url":"https://api.github.com/users/dscho/events{/privacy}","received_events_url":"https://api.github.com/users/dscho/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"## Changes\r\n\r\nFix right-hand side alignment:\r\n\r\n<!-- Generated by 'node compare-screenshots.js --clip=256x256+900+0 https://git-scm.com/about https://dscho.github.io/git-scm.com/about' -->\r\n<table>\r\n<tr><th>Before</th><th>After</th></tr>\r\n<tr>\r\n<td>\r\n<img width=\"256\" height=\"256\" alt=\"before\" src=\"https://github.com/user-attachments/assets/9c7ba340-1f76-4578-b599-8f458df61929\" />\r\n</td>\r\n<td>\r\n<img width=\"256\" height=\"256\" alt=\"after\" src=\"https://github.com/user-attachments/assets/c633bc1c-4db9-4de9-98fa-ec8190bfd8a7\" />\r\n</td>\r\n</tr>\r\n</table>\r\n\r\n## Context\r\n\r\nIn 9f2a5aeb9 (\"Continue to display sidebar when page scrolls\"), the layout of `#content-wrapper` was converted from floats to flexbox in order to support `position: sticky` on the sidebar. That commit removed `float: left` from `aside` and `float: right` from `#content`, and added `display: flex` to `#content-wrapper`.\r\n\r\nHowever, the old float layout relied on the fact that `#content` was floated to the right: the sidebar (218px) and the content area (702px) together only add up to 920px inside a 940px container, with the remaining 20px forming a gap between them. With `float: right`, the content area was pushed flush against the right edge of the container, so its right edge aligned perfectly with the header above. After the switch to flexbox, both children are packed to the left by default (the initial value of `justify-content` is `flex-start`), leaving the 20px gap on the right side instead of between the two elements. This caused the right edge of the content area to be visibly misaligned with the right edge of the header's search bar and dark-mode toggle.\r\n\r\nThe fix is to add `justify-content: space-between` to `#content-wrapper`, which restores the original float-era behavior: the sidebar sits at the left edge and the content area sits at the right edge, with the 20px gap between them.\r\n\r\nA Playwright test is included that verifies the right edge of `#content` is flush with the right edge of `#content-wrapper`. This test was used to bisect and confirm that the regression was introduced in 9f2a5aeb9.\r\n\r\nAssisted-by: Claude Opus 4.6","created_at":"2026-02-17T13:06:35Z","updated_at":"2026-02-20T19:42:57Z","closed_at":"2026-02-20T19:42:52Z","merged_at":"2026-02-20T19:42:52Z","merge_commit_sha":"ae99354494c5152459c8f5cb13aa1a9044b1090b","assignees":[],"requested_reviewers":[{"login":"To1ne","id":121621,"node_id":"MDQ6VXNlcjEyMTYyMQ==","avatar_url":"https://avatars.githubusercontent.com/u/121621?v=4","gravatar_id":"","url":"https://api.github.com/users/To1ne","html_url":"https://github.com/To1ne","followers_url":"https://api.github.com/users/To1ne/followers","following_url":"https://api.github.com/users/To1ne/following{/other_user}","gists_url":"https://api.github.com/users/To1ne/gists{/gist_id}","starred_url":"https://api.github.com/users/To1ne/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/To1ne/subscriptions","organizations_url":"https://api.github.com/users/To1ne/orgs","repos_url":"https://api.github.com/users/To1ne/repos","events_url":"https://api.github.com/users/To1ne/events{/privacy}","received_events_url":"https://api.github.com/users/To1ne/received_events","type":"User","user_view_type":"public","site_admin":false},{"login":"jvns","id":817739,"node_id":"MDQ6VXNlcjgxNzczOQ==","avatar_url":"https://avatars.githubusercontent.com/u/817739?v=4","gravatar_id":"","url":"https://api.github.com/users/jvns","html_url":"https://github.com/jvns","followers_url":"https://api.github.com/users/jvns/followers","following_url":"https://api.github.com/users/jvns/following{/other_user}","gists_url":"https://api.github.com/users/jvns/gists{/gist_id}","starred_url":"https://api.github.com/users/jvns/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jvns/subscriptions","organizations_url":"https://api.github.com/users/jvns/orgs","repos_url":"https://api.github.com/users/jvns/repos","events_url":"https://api.github.com/users/jvns/events{/privacy}","received_events_url":"https://api.github.com/users/jvns/received_events","type":"User","user_view_type":"public","site_admin":false}],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/git/git-scm.com/pulls/2133/commits","review_comments_url":"https://api.github.com/repos/git/git-scm.com/pulls/2133/comments","review_comment_url":"https://api.github.com/repos/git/git-scm.com/pulls/comments{/number}","comments_url":"https://api.github.com/repos/git/git-scm.com/issues/2133/comments","statuses_url":"https://api.github.com/repos/git/git-scm.com/statuses/5ff17f01939a7e9db164280ae5851489aea400af","head":{"label":"dscho:fix-alignment","ref":"fix-alignment","sha":"5ff17f01939a7e9db164280ae5851489aea400af","user":{"login":"dscho","id":127790,"node_id":"MDQ6VXNlcjEyNzc5MA==","avatar_url":"https://avatars.githubusercontent.com/u/127790?v=4","gravatar_id":"","url":"https://api.github.com/users/dscho","html_url":"https://github.com/dscho","followers_url":"https://api.github.com/users/dscho/followers","following_url":"https://api.github.com/users/dscho/following{/other_user}","gists_url":"https://api.github.com/users/dscho/gists{/gist_id}","starred_url":"https://api.github.com/users/dscho/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dscho/subscriptions","organizations_url":"https://api.github.com/users/dscho/orgs","repos_url":"https://api.github.com/users/dscho/repos","events_url":"https://api.github.com/users/dscho/events{/privacy}","received_events_url":"https://api.github.com/users/dscho/received_events","type":"User","user_view_type":"public","site_admin":false},"repo":{"id":28203390,"node_id":"MDEwOlJlcG9zaXRvcnkyODIwMzM5MA==","name":"git-scm.com","full_name":"dscho/git-scm.com","private":false,"owner":{"login":"dscho","id":127790,"node_id":"MDQ6VXNlcjEyNzc5MA==","avatar_url":"https://avatars.githubusercontent.com/u/127790?v=4","gravatar_id":"","url":"https://api.github.com/users/dscho","html_url":"https://github.com/dscho","followers_url":"https://api.github.com/users/dscho/followers","following_url":"https://api.github.com/users/dscho/following{/other_user}","gists_url":"https://api.github.com/users/dscho/gists{/gist_id}","starred_url":"https://api.github.com/users/dscho/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dscho/subscriptions","organizations_url":"https://api.github.com/users/dscho/orgs","repos_url":"https://api.github.com/users/dscho/repos","events_url":"https://api.github.com/users/dscho/events{/privacy}","received_events_url":"https://api.github.com/users/dscho/received_events","type":"User","user_view_type":"public","site_admin":false},"html_url":"https://github.com/dscho/git-scm.com","description":"Development version of the https://git-scm.com site","fork":true,"url":"https://api.github.com/repos/dscho/git-scm.com","forks_url":"https://api.github.com/repos/dscho/git-scm.com/forks","keys_url":"https://api.github.com/repos/dscho/git-scm.com/keys{/key_id}","collaborators_url":"https://api.github.com/repos/dscho/git-scm.com/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/dscho/git-scm.com/teams","hooks_url":"https://api.github.com/repos/dscho/git-scm.com/hooks","issue_events_url":"https://api.github.com/repos/dscho/git-scm.com/issues/events{/number}","events_url":"https://api.github.com/repos/dscho/git-scm.com/events","assignees_url":"https://api.github.com/repos/dscho/git-scm.com/assignees{/user}","branches_url":"https://api.github.com/repos/dscho/git-scm.com/branches{/branch}","tags_url":"https://api.github.com/repos/dscho/git-scm.com/tags","blobs_url":"https://api.github.com/repos/dscho/git-scm.com/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/dscho/git-scm.com/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/dscho/git-scm.com/git/refs{/sha}","trees_url":"https://api.github.com/repos/dscho/git-scm.com/git/trees{/sha}","statuses_url":"https://api.github.com/repos/dscho/git-scm.com/statuses/{sha}","languages_url":"https://api.github.com/repos/dscho/git-scm.com/languages","stargazers_url":"https://api.github.com/repos/dscho/git-scm.com/stargazers","contributors_url":"https://api.github.com/repos/dscho/git-scm.com/contributors","subscribers_url":"https://api.github.com/repos/dscho/git-scm.com/subscribers","subscription_url":"https://api.github.com/repos/dscho/git-scm.com/subscription","commits_url":"https://api.github.com/repos/dscho/git-scm.com/commits{/sha}","git_commits_url":"https://api.github.com/repos/dscho/git-scm.com/git/commits{/sha}","comments_url":"https://api.github.com/repos/dscho/git-scm.com/comments{/number}","issue_comment_url":"https://api.github.com/repos/dscho/git-scm.com/issues/comments{/number}","contents_url":"https://api.github.com/repos/dscho/git-scm.com/contents/{+path}","compare_url":"https://api.github.com/repos/dscho/git-scm.com/compare/{base}...{head}","merges_url":"https://api.github.com/repos/dscho/git-scm.com/merges","archive_url":"https://api.github.com/repos/dscho/git-scm.com/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/dscho/git-scm.com/downloads","issues_url":"https://api.github.com/repos/dscho/git-scm.com/issues{/number}","pulls_url":"https://api.github.com/repos/dscho/git-scm.com/pulls{/number}","milestones_url":"https://api.github.com/repos/dscho/git-scm.com/milestones{/number}","notifications_url":"https://api.github.com/repos/dscho/git-scm.com/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/dscho/git-scm.com/labels{/name}","releases_url":"https://api.github.com/repos/dscho/git-scm.com/releases{/id}","deployments_url":"https://api.github.com/repos/dscho/git-scm.com/deployments","created_at":"2014-12-18T21:57:04Z","updated_at":"2026-03-21T13:28:59Z","pushed_at":"2026-03-21T13:28:51Z","git_url":"git://github.com/dscho/git-scm.com.git","ssh_url":"git@github.com:dscho/git-scm.com.git","clone_url":"https://github.com/dscho/git-scm.com.git","svn_url":"https://github.com/dscho/git-scm.com","homepage":"https://dscho.github.io/git-scm.com/","size":316548,"stargazers_count":2,"watchers_count":2,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":true,"has_discussions":false,"forks_count":11,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"has_pull_requests":true,"pull_request_creation_policy":"all","topics":[],"visibility":"public","forks":11,"open_issues":0,"watchers":2,"default_branch":"gh-pages"}},"base":{"label":"git:gh-pages","ref":"gh-pages","sha":"dd89378a6231aee6d63ffdf2dbc83eb926d7ebf1","user":{"login":"git","id":18133,"node_id":"MDEyOk9yZ2FuaXphdGlvbjE4MTMz","avatar_url":"https://avatars.githubusercontent.com/u/18133?v=4","gravatar_id":"","url":"https://api.github.com/users/git","html_url":"https://github.com/git","followers_url":"https://api.github.com/users/git/followers","following_url":"https://api.github.com/users/git/following{/other_user}","gists_url":"https://api.github.com/users/git/gists{/gist_id}","starred_url":"https://api.github.com/users/git/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/git/subscriptions","organizations_url":"https://api.github.com/users/git/orgs","repos_url":"https://api.github.com/users/git/repos","events_url":"https://api.github.com/users/git/events{/privacy}","received_events_url":"https://api.github.com/users/git/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":3662248,"node_id":"MDEwOlJlcG9zaXRvcnkzNjYyMjQ4","name":"git-scm.com","full_name":"git/git-scm.com","private":false,"owner":{"login":"git","id":18133,"node_id":"MDEyOk9yZ2FuaXphdGlvbjE4MTMz","avatar_url":"https://avatars.githubusercontent.com/u/18133?v=4","gravatar_id":"","url":"https://api.github.com/users/git","html_url":"https://github.com/git","followers_url":"https://api.github.com/users/git/followers","following_url":"https://api.github.com/users/git/following{/other_user}","gists_url":"https://api.github.com/users/git/gists{/gist_id}","starred_url":"https://api.github.com/users/git/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/git/subscriptions","organizations_url":"https://api.github.com/users/git/orgs","repos_url":"https://api.github.com/users/git/repos","events_url":"https://api.github.com/users/git/events{/privacy}","received_events_url":"https://api.github.com/users/git/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/git/git-scm.com","description":"The git-scm.com website. Note that this repository is only for the website; issues with git itself should go to https://git-scm.com/community.","fork":false,"url":"https://api.github.com/repos/git/git-scm.com","forks_url":"https://api.github.com/repos/git/git-scm.com/forks","keys_url":"https://api.github.com/repos/git/git-scm.com/keys{/key_id}","collaborators_url":"https://api.github.com/repos/git/git-scm.com/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/git/git-scm.com/teams","hooks_url":"https://api.github.com/repos/git/git-scm.com/hooks","issue_events_url":"https://api.github.com/repos/git/git-scm.com/issues/events{/number}","events_url":"https://api.github.com/repos/git/git-scm.com/events","assignees_url":"https://api.github.com/repos/git/git-scm.com/assignees{/user}","branches_url":"https://api.github.com/repos/git/git-scm.com/branches{/branch}","tags_url":"https://api.github.com/repos/git/git-scm.com/tags","blobs_url":"https://api.github.com/repos/git/git-scm.com/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/git/git-scm.com/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/git/git-scm.com/git/refs{/sha}","trees_url":"https://api.github.com/repos/git/git-scm.com/git/trees{/sha}","statuses_url":"https://api.github.com/repos/git/git-scm.com/statuses/{sha}","languages_url":"https://api.github.com/repos/git/git-scm.com/languages","stargazers_url":"https://api.github.com/repos/git/git-scm.com/stargazers","contributors_url":"https://api.github.com/repos/git/git-scm.com/contributors","subscribers_url":"https://api.github.com/repos/git/git-scm.com/subscribers","subscription_url":"https://api.github.com/repos/git/git-scm.com/subscription","commits_url":"https://api.github.com/repos/git/git-scm.com/commits{/sha}","git_commits_url":"https://api.github.com/repos/git/git-scm.com/git/commits{/sha}","comments_url":"https://api.github.com/repos/git/git-scm.com/comments{/number}","issue_comment_url":"https://api.github.com/repos/git/git-scm.com/issues/comments{/number}","contents_url":"https://api.github.com/repos/git/git-scm.com/contents/{+path}","compare_url":"https://api.github.com/repos/git/git-scm.com/compare/{base}...{head}","merges_url":"https://api.github.com/repos/git/git-scm.com/merges","archive_url":"https://api.github.com/repos/git/git-scm.com/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/git/git-scm.com/downloads","issues_url":"https://api.github.com/repos/git/git-scm.com/issues{/number}","pulls_url":"https://api.github.com/repos/git/git-scm.com/pulls{/number}","milestones_url":"https://api.github.com/repos/git/git-scm.com/milestones{/number}","notifications_url":"https://api.github.com/repos/git/git-scm.com/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/git/git-scm.com/labels{/name}","releases_url":"https://api.github.com/repos/git/git-scm.com/releases{/id}","deployments_url":"https://api.github.com/repos/git/git-scm.com/deployments","created_at":"2012-03-08T17:16:41Z","updated_at":"2026-04-07T00:41:14Z","pushed_at":"2026-04-06T05:16:51Z","git_url":"git://github.com/git/git-scm.com.git","ssh_url":"git@github.com:git/git-scm.com.git","clone_url":"https://github.com/git/git-scm.com.git","svn_url":"https://github.com/git/git-scm.com","homepage":"https://git-scm.com/","size":273085,"stargazers_count":2367,"watchers_count":2367,"language":"HTML","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":false,"has_pages":true,"has_discussions":false,"forks_count":1393,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":29,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"has_pull_requests":true,"pull_request_creation_policy":"all","topics":[],"visibility":"public","forks":1393,"open_issues":29,"watchers":2367,"default_branch":"gh-pages"}},"_links":{"self":{"href":"https://api.github.com/repos/git/git-scm.com/pulls/2133"},"html":{"href":"https://github.com/git/git-scm.com/pull/2133"},"issue":{"href":"https://api.github.com/repos/git/git-scm.com/issues/2133"},"comments":{"href":"https://api.github.com/repos/git/git-scm.com/issues/2133/comments"},"review_comments":{"href":"https://api.github.com/repos/git/git-scm.com/pulls/2133/comments"},"review_comment":{"href":"https://api.github.com/repos/git/git-scm.com/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/git/git-scm.com/pulls/2133/commits"},"statuses":{"href":"https://api.github.com/repos/git/git-scm.com/statuses/5ff17f01939a7e9db164280ae5851489aea400af"}},"author_association":"MEMBER","auto_merge":null,"assignee":null,"active_lock_reason":null,"merged":true,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":{"login":"dscho","id":127790,"node_id":"MDQ6VXNlcjEyNzc5MA==","avatar_url":"https://avatars.githubusercontent.com/u/127790?v=4","gravatar_id":"","url":"https://api.github.com/users/dscho","html_url":"https://github.com/dscho","followers_url":"https://api.github.com/users/dscho/followers","following_url":"https://api.github.com/users/dscho/following{/other_user}","gists_url":"https://api.github.com/users/dscho/gists{/gist_id}","starred_url":"https://api.github.com/users/dscho/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dscho/subscriptions","organizations_url":"https://api.github.com/users/dscho/orgs","repos_url":"https://api.github.com/users/dscho/repos","events_url":"https://api.github.com/users/dscho/events{/privacy}","received_events_url":"https://api.github.com/users/dscho/received_events","type":"User","user_view_type":"public","site_admin":false},"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":18,"deletions":0,"changed_files":2}