File tree 5 files changed +17
-5
lines changed
5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 10
10
@contributor Robert Laverty (https://github.com/roblav96)
11
11
@contributor Amir Meimari (https://github.com/amirmeimari)
12
12
@license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13
- @version 1.6.4
13
+ @version 1.6.5
14
14
@homepageURL https://github.com/xthexder/wide-github
15
15
@supportURL https://github.com/xthexder/wide-github/issues
16
16
==/UserStyle== */
32
32
body : not(.wgh-disabled) .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 ) {
33
33
max-width : none;
34
34
}
35
+ /* Alternative match for above to handle JS-loaded vs full refresh pages */
36
+ body : not(.wgh-disabled) .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 ) {
37
+ max-width : none;
38
+ }
35
39
body : not (.wgh-disabled ) .Layout-main div [data-selector = "repos-split-pane-content" ] {
36
40
max-width : none;
37
41
}
Original file line number Diff line number Diff line change 12
12
// @contributor Robert Laverty (https://github.com/roblav96)
13
13
// @contributor Amir Meimari (https://github.com/amirmeimari)
14
14
// @license MIT; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
15
- // @version 1.6.4
15
+ // @version 1.6.5
16
16
// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icons/icon.png
17
17
// @homepageURL https://github.com/xthexder/wide-github
18
18
// @supportURL https://github.com/xthexder/wide-github/issues
@@ -37,6 +37,10 @@ var styleSheet = "" +
37
37
"body:not(.wgh-disabled) .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) {" +
38
38
"max-width: none;" +
39
39
"}" +
40
+ // Alternative match for above to handle JS-loaded vs full refresh pages
41
+ "body:not(.wgh-disabled) .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) {" +
42
+ "max-width: none;" +
43
+ "}" +
40
44
"body:not(.wgh-disabled) .Layout-main div[data-selector=\"repos-split-pane-content\"] {" +
41
45
"max-width: none;" +
42
46
"}" +
Original file line number Diff line number Diff line change 3
3
4
4
"name" : " Wide GitHub" ,
5
5
"description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6
- "version" : " 1.6.4 " ,
7
- "version_name" : " 1.6.4 MV3" ,
6
+ "version" : " 1.6.5 " ,
7
+ "version_name" : " 1.6.5 MV3" ,
8
8
"icons" : {
9
9
"32" : " icons/icon32.png" ,
10
10
"48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change 3
3
4
4
"name" : " Wide GitHub" ,
5
5
"description" : " Change all GitHub repository and gist pages to be full width and dynamically sized." ,
6
- "version" : " 1.6.4 " ,
6
+ "version" : " 1.6.5 " ,
7
7
"icons" : {
8
8
"32" : " icons/icon32.png" ,
9
9
"48" : " icons/icon48.png" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ body:not(.wgh-disabled) .react-repos-overview-margin {
13
13
body : not(.wgh-disabled) .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 ) {
14
14
max-width : none;
15
15
}
16
+ /* Alternative match for above to handle JS-loaded vs full refresh pages */
17
+ body : not(.wgh-disabled) .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 ) {
18
+ max-width : none;
19
+ }
16
20
body : not (.wgh-disabled ) .Layout-main div [data-selector = "repos-split-pane-content" ] {
17
21
max-width : none;
18
22
}
You can’t perform that action at this time.
0 commit comments