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.2
13+ @version 1.7.3
1414@homepageURL https://github.com/xthexder/wide-github
1515@supportURL https://github.com/xthexder/wide-github/issues
1616==/UserStyle== */
6969 body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-' ] {
7070 max-width : none;
7171 }
72+ /* Issues list page (Feb 2026) */
73+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane__' ] {
74+ max-width : none;
75+ }
7276
7377 /* Issue page */
7478 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-' ] {
8286 body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ContentWrapper-module__contentContainer--' ] {
8387 max-width : none;
8488 }
89+ /* Issue page (Feb 2026) */
90+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-Content-' ] {
91+ max-width : none;
92+ }
93+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ContentWrapper-module__contentContainer__' ] {
94+ max-width : none;
95+ }
8596
8697 /* New issue page */
8798 body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'IssueCreatePage-module__createPaneContainer-' ] {
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.2
15+ // @version 1.7.3
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
@@ -75,6 +75,10 @@ var styleSheet = "" +
7575"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-'] {" +
7676 "max-width: none;" +
7777"}" +
78+ // Issues list page (Feb 2026)
79+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane__'] {" +
80+ "max-width: none;" +
81+ "}" +
7882
7983// Issue page
8084"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-'] {" +
@@ -88,6 +92,13 @@ var styleSheet = "" +
8892"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='ContentWrapper-module__contentContainer--'] {" +
8993 "max-width: none;" +
9094"}" +
95+ // Issue page (Feb 2026)
96+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='prc-PageLayout-Content-'] {" +
97+ "max-width: none;" +
98+ "}" +
99+ "body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='ContentWrapper-module__contentContainer__'] {" +
100+ "max-width: none;" +
101+ "}" +
91102
92103// New issue page
93104"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='IssueCreatePage-module__createPaneContainer-'] {" +
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.2 " ,
7- "version_name" : " 1.7.2 MV3" ,
6+ "version" : " 1.7.3 " ,
7+ "version_name" : " 1.7.3 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.2 " ,
6+ "version" : " 1.7.3 " ,
77 "icons" : {
88 "32" : " icons/icon32.png" ,
99 "48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"]
5050body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane-' ] {
5151 max-width : none;
5252}
53+ /* Issues list page (Feb 2026) */
54+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ThreePanesLayout-module__ThreePanesLayoutMiddleOnlyPane__' ] {
55+ max-width : none;
56+ }
5357
5458/* Issue page */
5559body : 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-' ] {
@@ -63,6 +67,13 @@ body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"]
6367body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ContentWrapper-module__contentContainer--' ] {
6468 max-width : none;
6569}
70+ /* Issue page (Feb 2026) */
71+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'prc-PageLayout-Content-' ] {
72+ max-width : none;
73+ }
74+ body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'ContentWrapper-module__contentContainer__' ] {
75+ max-width : none;
76+ }
6677
6778/* New issue page */
6879body : not(.wgh-disabled) .application-main div [data-target = "react-app.reactRoot" ] div [class ^= 'IssueCreatePage-module__createPaneContainer-' ] {
You can’t perform that action at this time.
0 commit comments