Skip to content

Instantly share code, notes, and snippets.

@roblav96
Last active March 20, 2024 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save roblav96/e390665cd66838a2625a4848180b6232 to your computer and use it in GitHub Desktop.
Save roblav96/e390665cd66838a2625a4848180b6232 to your computer and use it in GitHub Desktop.
.application-main .container-xl {
max-width: none !important;
}
.application-main .container-lg {
max-width: none !important;
margin-left: 0px !important;
}
/* New github repository react divs (2023) */
.react-repos-overview-margin {
margin-right: 0;
}
.Layout-main div[style="--sticky-pane-height: 100vh;"] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-']:nth-child(2) {
max-width: none;
}
/* Alternative match for above to handle JS-loaded vs full refresh pages */
.Layout-main div[style="--sticky-pane-height:100vh"] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-']:nth-child(2) {
max-width: none;
}
.Layout-main div[data-selector="repos-split-pane-content"] {
max-width: none;
}
/* Commit History page */
#js-repo-pjax-container div[style="--sticky-pane-height: 100vh;"] > div[class^='Box-sc-']:first-child {
max-width: none;
}
/* Your Branches page */
#js-repo-pjax-container div[style="--sticky-pane-height:100vh"] > div[class^='Box-sc-']:first-child {
max-width: none;
}
/* Issue list Assignee alignment */
#js-repo-pjax-container .js-issue-row .text-right {
max-width: 303px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment