Skip to content

Commit 5540c3f

Browse files
committed
Run make and update version/contributors
1 parent 1c8e5ba commit 5540c3f

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

build/wide-github.user.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
@contributor Paul "Joey" Clark (https://github.com/joeytwiddle)
1010
@contributor Robert Laverty (https://github.com/roblav96)
1111
@contributor Amir Meimari (https://github.com/amirmeimari)
12+
@contributor Ava Chow (https://github.com/achow101)
1213
@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13-
@version 1.7.3
14+
@version 1.7.4
1415
@homepageURL https://github.com/xthexder/wide-github
1516
@supportURL https://github.com/xthexder/wide-github/issues
1617
==/UserStyle== */
@@ -104,4 +105,9 @@
104105
max-width: none;
105106
}
106107

108+
/* PR Page (May 2026) */
109+
body:not(.wgh-disabled) .application-main div[data-target="react-app.reactRoot"] div[class^='prc-PageLayout-ContentWrapper'] {
110+
max-width: none;
111+
}
112+
107113
}

build/wide-github.user.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
// @contributor Paul "Joey" Clark (https://github.com/joeytwiddle)
1212
// @contributor Robert Laverty (https://github.com/roblav96)
1313
// @contributor Amir Meimari (https://github.com/amirmeimari)
14+
// @contributor Ava Chow (https://github.com/achow101)
1415
// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
15-
// @version 1.7.3
16+
// @version 1.7.4
1617
// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png
1718
// @homepageURL https://github.com/xthexder/wide-github
1819
// @supportURL https://github.com/xthexder/wide-github/issues
@@ -110,6 +111,11 @@ var styleSheet = "" +
110111
"max-width: none;" +
111112
"}" +
112113

114+
// PR Page (May 2026)
115+
"body:not(.wgh-disabled) .application-main div[data-target=\"react-app.reactRoot\"] div[class^='prc-PageLayout-ContentWrapper'] {" +
116+
"max-width: none;" +
117+
"}" +
118+
113119
"";
114120

115121
(function () {

chrome/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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.3",
7-
"version_name": "1.7.3 MV3",
6+
"version": "1.7.4",
7+
"version_name": "1.7.4 MV3",
88
"icons": {
99
"32": "icons/icon32.png",
1010
"48": "icons/icon48.png",

makecss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var header = "" +
1616
"@contributor Paul \"Joey\" Clark (https://github.com/joeytwiddle)\n" +
1717
"@contributor Robert Laverty (https://github.com/roblav96)\n" +
1818
"@contributor Amir Meimari (https://github.com/amirmeimari)\n" +
19+
"@contributor Ava Chow (https://github.com/achow101)\n" +
1920
"@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE\n" +
2021
"@version " + manifest["version"] + "\n" +
2122
"@homepageURL https://github.com/xthexder/wide-github\n" +

makejs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ var header = "" +
1818
"// @contributor Paul \"Joey\" Clark (https://github.com/joeytwiddle)\n" +
1919
"// @contributor Robert Laverty (https://github.com/roblav96)\n" +
2020
"// @contributor Amir Meimari (https://github.com/amirmeimari)\n" +
21+
"// @contributor Ava Chow (https://github.com/achow101)\n" +
2122
"// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE\n" +
2223
"// @version " + manifest["version"] + "\n" +
2324
"// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png\n" +

mozilla/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.3",
6+
"version": "1.7.4",
77
"icons": {
88
"32": "icons/icon32.png",
99
"48": "icons/icon48.png",

0 commit comments

Comments
 (0)