sindresorhus/refined-github


The issue has been closed
Add option to revert aligning of repo header to content #3785
mimecry posted onGitHub
Hi, it seems that the setting to align the repo header to content on widescreen monitors is hardcoded, and overrides any other extension's attempt to move the header. I tried adding the following CSS to Refined Github but it didn't seem to have any effect
body:not(.full-width):not(.enterprise) main > .hide-full-screen > * {
padding-left: 0px !important;
}
Is it possible to expose this option in the UI, so that addons like Wide Github can be used in conjunction with it?
What the two addons currently look like together
What they should look like