File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
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.1
13
+ @version 1.6.2
14
14
@homepageURL https://github.com/xthexder/wide-github
15
15
@supportURL https://github.com/xthexder/wide-github/issues
16
16
==/UserStyle== */
33
33
}
34
34
35
35
/* New github repository react divs (2023) */
36
- body : not (.wgh-disabled ) .repository-content . react-repos-overview-margin {
36
+ body : not (.wgh-disabled ) .react-repos-overview-margin {
37
37
margin-right : 0 ;
38
38
}
39
- body : not(.wgh-disabled) .repository-content 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 ) {
39
+ 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 ) {
40
40
max-width : none;
41
41
}
42
- body : not (.wgh-disabled ) .repository-content div [data-selector = "repos-split-pane-content" ] {
42
+ body : not (.wgh-disabled ) .Layout-main div [data-selector = "repos-split-pane-content" ] {
43
43
max-width : none;
44
44
}
45
45
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.1
15
+ // @version 1.6.2
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
@@ -38,13 +38,13 @@ var styleSheet = "" +
38
38
"}" +
39
39
40
40
// New github repository react divs (2023)
41
- "body:not(.wgh-disabled) .repository-content . react-repos-overview-margin {" +
41
+ "body:not(.wgh-disabled) .react-repos-overview-margin {" +
42
42
"margin-right: 0;" +
43
43
"}" +
44
- "body:not(.wgh-disabled) .repository-content div[style=" -- sticky - pane - height : 100 vh ; "] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-']:nth-child(2) {" +
44
+ "body:not(.wgh-disabled) .Layout-main div[style=" -- sticky - pane - height : 100 vh ; "] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-'] > div[class^='Box-sc-']:nth-child(2) {" +
45
45
"max-width: none;" +
46
46
"}" +
47
- "body:not(.wgh-disabled) .repository-content div[data-selector=" repos - split - pane - content "] {" +
47
+ "body:not(.wgh-disabled) .Layout-main div[data-selector=" repos - split - pane - content "] {" +
48
48
"max-width: none;" +
49
49
"}" +
50
50
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.1 " ,
7
- "version_name" : " 1.6.1 MV3" ,
6
+ "version" : " 1.6.2 " ,
7
+ "version_name" : " 1.6.2 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.1 " ,
6
+ "version" : " 1.6.2 " ,
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 @@ -14,13 +14,13 @@ body:not(.wgh-disabled) .application-main .container-lg {
14
14
}
15
15
16
16
/* New github repository react divs (2023) */
17
- body : not (.wgh-disabled ) .repository-content . react-repos-overview-margin {
17
+ body : not (.wgh-disabled ) .react-repos-overview-margin {
18
18
margin-right : 0 ;
19
19
}
20
- body : not(.wgh-disabled) .repository-content 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 ) {
20
+ 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 ) {
21
21
max-width : none;
22
22
}
23
- body : not (.wgh-disabled ) .repository-content div [data-selector = "repos-split-pane-content" ] {
23
+ body : not (.wgh-disabled ) .Layout-main div [data-selector = "repos-split-pane-content" ] {
24
24
max-width : none;
25
25
}
26
26
You can’t perform that action at this time.
0 commit comments