File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44 "name" : " Wide Github" ,
55 "description" : " Change all github repository pages to be full width and dynamically sized." ,
6- "version" : " 1.0.10 " ,
6+ "version" : " 1.0.11 " ,
77
88 "permissions" : [
99 " tabs" , " https://github.com/*"
Original file line number Diff line number Diff line change 1010// @contributor Jason Frey (https://github.com/Fryguy)
1111// @contributor Marti Martz (https://github.com/Martii)
1212// @license MIT License; https://raw.githubusercontent.com/xthexder/wide-github/master/LICENSE
13- // @version 1.0.10
13+ // @version 1.0.11
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
5454
5555 // Repository Issues
5656 ".repository-content .discussion-timeline {" + // Issue body
57- "margin-right :-160px;" +
58- "padding-right :160px;" +
57+ "margin-left :-160px;" +
58+ "padding-left :160px;" +
5959 "width:100% !important;" +
6060 "}" +
6161 ".repository-content .timeline-new-comment {" + // New Issue / issue comment form
You can’t perform that action at this time.
0 commit comments