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.0
15
+ // @version 1.6.1
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
@@ -29,13 +29,12 @@ var styleSheet = "" +
29
29
"margin-left: 0px !important;" +
30
30
"min-width: 980px;" +
31
31
"}" +
32
- "body:not(.wgh-disabled) .application-main .container-lg," +
33
- "body:not(.wgh-disabled) .footer.container-lg {" +
32
+ "body:not(.wgh-disabled) .application-main .container-xl {" +
34
33
"max-width: none !important;" +
35
- "margin-left: 0px !important;" +
36
34
"}" +
37
- "body:not(.wgh-disabled) .application-main .container-xl {" +
35
+ "body:not(.wgh-disabled) .application-main .container-lg {" +
38
36
"max-width: none !important;" +
37
+ "margin-left: 0px !important;" +
39
38
"}" +
40
39
41
40
// New github repository react divs (2023)
@@ -49,52 +48,16 @@ var styleSheet = "" +
49
48
"max-width: none;" +
50
49
"}" +
51
50
52
- // Floating PR toolbar
53
- "body:not(.wgh-disabled) .pr-toolbar {" +
54
- "margin-left: -16px !important;" +
55
- "margin-right: -16px !important;" +
56
- "padding-left: 16px !important;" +
57
- "padding-right: 16px !important;" +
51
+ // Commit history page
52
+ "body:not(.wgh-disabled) #js-repo-pjax-container div[style=" -- sticky - pane - height : 100 vh ; "] > div[class^='Box-sc-']:first-child {" +
53
+ "max-width: none;" +
58
54
"}" +
59
55
60
- // Repository Issues
61
- "body:not(.wgh-disabled) #js-repo-pjax-container .discussion-timeline {" + // Issue body
62
- "width: 100% !important;" +
63
- "}" +
64
- "body:not(.wgh-disabled) #js-repo-pjax-container .timeline-new-comment {" + // New Issue / issue comment form
65
- "max-width: 100% !important;" +
66
- "}" +
67
- "body:not(.wgh-disabled) #js-repo-pjax-container .new-discussion-timeline .files-bucket > div {" + // New PR code diff
68
- "width: inherit !important;" +
69
- "left: auto !important;" +
70
- "right: auto !important;" +
71
- "margin-left: 0px !important;" +
72
- "margin-right: 0px !important;" +
73
- "padding-left: 0px !important;" +
74
- "padding-right: 0px !important;" +
75
- "}" +
76
- "body:not(.wgh-disabled) #js-repo-pjax-container .inline-comments .comment-holder," + // Diff / code comments
77
- "body:not(.wgh-disabled) #js-repo-pjax-container .inline-comments .inline-comment-form-container," +
78
- "body:not(.wgh-disabled) #js-repo-pjax-container .inline-comments .inline-comment-form," +
79
- "body:not(.wgh-disabled) #js-repo-pjax-container #all_commit_comments .commit-comments-heading," +
80
- "body:not(.wgh-disabled) #js-repo-pjax-container #all_commit_comments .comment-holder {" +
81
- "max-width: inherit !important;" +
82
- "}" +
83
- "body:not(.wgh-disabled) #js-repo-pjax-container .js-issue-row .text-right {" + // Issue list Assignee alignment
56
+ // Issue list Assignee alignment
57
+ "body:not(.wgh-disabled) #js-repo-pjax-container .js-issue-row .text-right {" +
84
58
"max-width: 303px !important;" +
85
59
"}" +
86
60
87
- // Repository graph page
88
- "body:not(.wgh-disabled) #js-repo-pjax-container .capped-card-content {" + // Graph cards on contributors / graph list
89
- "width: 100% !important;" +
90
- "}" +
91
-
92
- // New gist input field height
93
- "body:not(.wgh-disabled) .gist-content .commit-create .CodeMirror {" +
94
- "min-height: 250px;" +
95
- "height: calc(100vh - 500px) !important;" +
96
- "}" +
97
-
98
61
"" ;
99
62
100
63
( function ( ) {
0 commit comments