Skip to content

Commit e0b8a2c

Browse files
committed
Fix comment input width on compare view
Increment version
1 parent 1793b59 commit e0b8a2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Wide Github",
55
"description": "Change all github repository pages to be full width and dynamically sized.",
6-
"version": "1.0.9",
6+
"version": "1.0.10",
77

88
"permissions": [
99
"tabs", "https://github.com/*"
@@ -20,7 +20,7 @@
2020
"licenses": [
2121
{
2222
"type": "MIT License",
23-
"url": "http://opensource.org/licenses/mit-license.php"
23+
"url": "https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE"
2424
}
2525
]
2626
}

wide-github.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// @copyright 2013+, xthexder (https://github.com/xthexder)
1010
// @contributor Jason Frey (https://github.com/Fryguy)
1111
// @contributor Marti Martz (https://github.com/Martii)
12-
// @license MIT License; http://opensource.org/licenses/mit-license.php
13-
// @version 1.0.9
12+
// @license MIT License; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13+
// @version 1.0.10
1414
// @icon https://raw.githubusercontent.com/xthexder/wide-github/master/icon.png
1515
// @homepageURL https://github.com/xthexder/wide-github
1616
// @supportURL https://github.com/xthexder/wide-github/issues
@@ -58,7 +58,7 @@
5858
"padding-right:160px;" +
5959
"width:100% !important;" +
6060
"}" +
61-
".repository-content .discussion-timeline .timeline-new-comment {" + // New Issue / issue comment form
61+
".repository-content .timeline-new-comment {" + // New Issue / issue comment form
6262
"max-width:100% !important;" +
6363
"}" +
6464
".repository-content .inline-comments .comment-holder {" + // Diff / code comments

0 commit comments

Comments
 (0)