The issue has been closed
It conflict with Gitako caused misalignment.
png:


I think the cause is on
this
Could we have a switch to disable the padding left for those do not want it. And could we change it to something smaller like cal(10%) is what I found reasonable.
posted by quangkieu over 4 years ago
We can try to fix the conflict with it
posted by fregante over 4 years ago
This gets weirder at larger resolutions:

posted by ZackBoe over 4 years ago
Gitako here is adding some styles (that do essentially the same thing) but probably shouldn't, because Gitako’s purpose is supposedly to add a file tree, not to change the layout.
So you can open an issue on their repo asking to drop this unrelated change.
Regular (no extensions)

Gitako
Notice the misaligned header and commit content

posted by fregante over 4 years ago
@fregante I have a suggestion to remove !important
because body:not(.full-width):not(.enterprise) .repohead> * {
has sufficient priority.
posted by cipchk over 4 years ago
@cipchk That element has a !important
, so we must also use !important
posted by fregante over 4 years ago