File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010@contributor Robert Laverty (https://github.com/roblav96)
1111@contributor Amir Meimari (https://github.com/amirmeimari)
1212@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13- @version 1.7.0
13+ @version 1.7.1
1414@homepageURL https://github.com/xthexder/wide-github
1515@supportURL https://github.com/xthexder/wide-github/issues
1616==/UserStyle== */
6565 body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-Content-' ] > div [class ^= 'Box-sc-' ] {
6666 max-width : none;
6767 }
68+ /* Issues list page (July 2025) */
69+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-' ] {
70+ max-width : none;
71+ }
6872
6973 /* Issue page */
7074 body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] > div [class ^= 'Box-sc-' ] > div [class ^= 'Box-sc-' ] > div [class ^= 'Box-sc-' ] > div [class ^= 'Box-sc-' ] {
7175 max-width : none;
7276 }
77+ /* Issue page (July 2025) */
78+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'IssueViewer-module__issueViewerContainer-' ] > div [class ^= 'Box-sc-' ] {
79+ max-width : none;
80+ }
7381
7482 /* New issue page */
7583 body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'IssueCreatePage-module__createPaneContainer-' ] {
7684 max-width : none;
7785 }
7886
87+ /* Commit list page */
88+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-PageLayoutWrapper-' ] {
89+ max-width : none;
90+ }
91+
7992}
Original file line number Diff line number Diff line change 1212// @contributor Robert Laverty (https://github.com/roblav96)
1313// @contributor Amir Meimari (https://github.com/amirmeimari)
1414// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
15- // @version 1.7.0
15+ // @version 1.7.1
1616// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png
1717// @homepageURL https://github.com/xthexder/wide-github
1818// @supportURL https://github.com/xthexder/wide-github/issues
@@ -71,17 +71,30 @@ var styleSheet = "" +
7171"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='prc-PageLayout-Content-'] > div[class^='Box-sc-'] {" +
7272 "max-width: none;" +
7373"}" +
74+ // Issues list page (July 2025)
75+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-'] {" +
76+ "max-width: none;" +
77+ "}" +
7478
7579// Issue page
7680"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] {" +
7781 "max-width: none;" +
7882"}" +
83+ // Issue page (July 2025)
84+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='IssueViewer-module__issueViewerContainer-'] > div[class^='Box-sc-'] {" +
85+ "max-width: none;" +
86+ "}" +
7987
8088// New issue page
8189"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='IssueCreatePage-module__createPaneContainer-'] {" +
8290 "max-width: none;" +
8391"}" +
8492
93+ // Commit list page
94+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='prc-PageLayout-PageLayoutWrapper-'] {" +
95+ "max-width: none;" +
96+ "}" +
97+
8598"" ;
8699
87100( function ( ) {
Original file line number Diff line number Diff line change 33
44 "name" : " Wide GitHub" ,
55 "description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6- "version" : " 1.7.0 " ,
7- "version_name" : " 1.7.0 MV3" ,
6+ "version" : " 1.7.1 " ,
7+ "version_name" : " 1.7.1 MV3" ,
88 "icons" : {
99 "32" : " icons/icon32.png" ,
1010 "48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change 33
44 "name" : " Wide GitHub" ,
55 "description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6- "version" : " 1.7.0 " ,
6+ "version" : " 1.7.1 " ,
77 "icons" : {
88 "32" : " icons/icon32.png" ,
99 "48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change @@ -46,13 +46,26 @@ body:not(.wgh-disabled) #js-repo-pjax-container div[data-target="react-app.react
4646body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-Content-' ] > div [class ^= 'Box-sc-' ] {
4747 max-width : none;
4848}
49+ /* Issues list page (July 2025) */
50+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-' ] {
51+ max-width : none;
52+ }
4953
5054/* Issue page */
5155body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] > div [class ^= 'Box-sc-' ] > div [class ^= 'Box-sc-' ] > div [class ^= 'Box-sc-' ] > div [class ^= 'Box-sc-' ] {
5256 max-width : none;
5357}
58+ /* Issue page (July 2025) */
59+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'IssueViewer-module__issueViewerContainer-' ] > div [class ^= 'Box-sc-' ] {
60+ max-width : none;
61+ }
5462
5563/* New issue page */
5664body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'IssueCreatePage-module__createPaneContainer-' ] {
5765 max-width : none;
5866}
67+
68+ /* Commit list page */
69+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-PageLayoutWrapper-' ] {
70+ max-width : none;
71+ }
You can’t perform that action at this time.
0 commit comments