Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build/wide-github.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,8 @@
max-width: none;
}

body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-PageLayoutWrapper-'] div[class^='prc-PageLayout-Content-'] {
max-width: none;
margin-left: 0px !important;
}
}
4 changes: 4 additions & 0 deletions build/wide-github.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ var styleSheet = "" +
"max-width: none;" +
"}" +

"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='prc-PageLayout-PageLayoutWrapper-'] div[class^='prc-PageLayout-Content-'] {" +
"max-width: none;" +
"margin-left: 0px !important;" +
"}" +
"";

(function () {
Expand Down
5 changes: 5 additions & 0 deletions wide-github.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"]
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-PageLayoutWrapper-'] {
max-width: none;
}

body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-PageLayoutWrapper-'] div[class^='prc-PageLayout-Content-'] {
max-width: none;
margin-left: 0px !important;
}