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.5.1
15
+ // @version 1.5.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
@@ -49,13 +49,13 @@ var styleSheet = "" +
49
49
"}" +
50
50
51
51
// Repository Issues
52
- "body:not(.wgh-disabled) #js-repo-pjax-container .repository-content . discussion-timeline {" + // Issue body
52
+ "body:not(.wgh-disabled) #js-repo-pjax-container .discussion-timeline {" + // Issue body
53
53
"width: 100% !important;" +
54
54
"}" +
55
- "body:not(.wgh-disabled) .repository-content .timeline-new-comment {" + // New Issue / issue comment form
55
+ "body:not(.wgh-disabled) #js-repo-pjax-container .timeline-new-comment {" + // New Issue / issue comment form
56
56
"max-width: 100% !important;" +
57
57
"}" +
58
- "body:not(.wgh-disabled) .repository-content .new-discussion-timeline .files-bucket > div {" + // New PR code diff
58
+ "body:not(.wgh-disabled) #js-repo-pjax-container .new-discussion-timeline .files-bucket > div {" + // New PR code diff
59
59
"width: inherit !important;" +
60
60
"left: auto !important;" +
61
61
"right: auto !important;" +
@@ -64,19 +64,19 @@ var styleSheet = "" +
64
64
"padding-left: 0px !important;" +
65
65
"padding-right: 0px !important;" +
66
66
"}" +
67
- "body:not(.wgh-disabled) .repository-content .inline-comments .comment-holder," + // Diff / code comments
68
- "body:not(.wgh-disabled) .repository-content .inline-comments .inline-comment-form-container," +
69
- "body:not(.wgh-disabled) .repository-content .inline-comments .inline-comment-form," +
70
- "body:not(.wgh-disabled) .repository-content #all_commit_comments .commit-comments-heading," +
71
- "body:not(.wgh-disabled) .repository-content #all_commit_comments .comment-holder {" +
67
+ "body:not(.wgh-disabled) #js-repo-pjax-container .inline-comments .comment-holder," + // Diff / code comments
68
+ "body:not(.wgh-disabled) #js-repo-pjax-container .inline-comments .inline-comment-form-container," +
69
+ "body:not(.wgh-disabled) #js-repo-pjax-container .inline-comments .inline-comment-form," +
70
+ "body:not(.wgh-disabled) #js-repo-pjax-container #all_commit_comments .commit-comments-heading," +
71
+ "body:not(.wgh-disabled) #js-repo-pjax-container #all_commit_comments .comment-holder {" +
72
72
"max-width: inherit !important;" +
73
73
"}" +
74
- "body:not(.wgh-disabled) .repository-content .js-issue-row .text-right {" + // Issue list Assignee alignment
74
+ "body:not(.wgh-disabled) #js-repo-pjax-container .js-issue-row .text-right {" + // Issue list Assignee alignment
75
75
"max-width: 303px !important;" +
76
76
"}" +
77
77
78
78
// Repository graph page
79
- "body:not(.wgh-disabled) .repository-content .capped-card-content {" + // Graph cards on contributors / graph list
79
+ "body:not(.wgh-disabled) #js-repo-pjax-container .capped-card-content {" + // Graph cards on contributors / graph list
80
80
"width: 100% !important;" +
81
81
"}" +
82
82
0 commit comments