File tree 5 files changed +20
-8
lines changed
5 files changed +20
-8
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.2
13
+ @version 1.6.3
14
14
@homepageURL https://github.com/xthexder/wide-github
15
15
@supportURL https://github.com/xthexder/wide-github/issues
16
16
==/UserStyle== */
43
43
max-width : none;
44
44
}
45
45
46
- /* Commit history page */
46
+ /* Commit History page */
47
47
body : not(.wgh-disabled) # js-repo-pjax-container div[style="--sticky-pane-height: 100vh ;"] > div[class^='Box-sc-']:first-child {
48
48
max-width: none;
49
49
}
50
+ /* Your Branches page */
51
+ body:not(.wgh-disabled) #js-repo-pjax-container div[style=" --sticky-pane-height : 100 vh"] > div[class ^= 'Box-sc-' ]: first-child {
52
+ max-width : none;
53
+ }
50
54
51
55
/* Issue list Assignee alignment */
52
56
body : not (.wgh-disabled ) # js-repo-pjax-container .js-issue-row .text-right {
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.2
15
+ // @version 1.6.3
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
@@ -48,10 +48,14 @@ var styleSheet = "" +
48
48
"max-width: none;" +
49
49
"}" +
50
50
51
- // Commit history page
51
+ // Commit History page
52
52
"body:not(.wgh-disabled) #js-repo-pjax-container div[style=" -- sticky - pane - height : 100 vh ; "] > div[class^='Box-sc-']:first-child {" +
53
53
"max-width: none;" +
54
54
"}" +
55
+ // Your Branches page
56
+ "body:not(.wgh-disabled) #js-repo-pjax-container div[style=" -- sticky - pane - height :100 vh "] > div[class^='Box-sc-']:first-child {" +
57
+ "max-width: none;" +
58
+ "}" +
55
59
56
60
// Issue list Assignee alignment
57
61
"body:not(.wgh-disabled) #js-repo-pjax-container .js-issue-row .text-right {" +
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.2 " ,
7
- "version_name" : " 1.6.2 MV3" ,
6
+ "version" : " 1.6.3 " ,
7
+ "version_name" : " 1.6.3 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.2 " ,
6
+ "version" : " 1.6.3 " ,
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 @@ -24,10 +24,14 @@ body:not(.wgh-disabled) .Layout-main div[data-selector="repos-split-pane-content
24
24
max-width : none;
25
25
}
26
26
27
- /* Commit history page */
27
+ /* Commit History page */
28
28
body : not(.wgh-disabled) # js-repo-pjax-container div[style="--sticky-pane-height: 100vh ;"] > div[class^='Box-sc-']:first-child {
29
29
max-width: none;
30
30
}
31
+ /* Your Branches page */
32
+ body:not(.wgh-disabled) #js-repo-pjax-container div[style=" --sticky-pane-height : 100 vh"] > div [class ^= 'Box-sc-' ]: first-child {
33
+ max-width : none;
34
+ }
31
35
32
36
/* Issue list Assignee alignment */
33
37
body : not (.wgh-disabled ) # js-repo-pjax-container .js-issue-row .text-right {
You can’t perform that action at this time.
0 commit comments