Skip to content

Commit 315b086

Browse files
committed
Fix discussion sidebar be covered by elements
Increment version
1 parent e0b8a2c commit 315b086

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
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.10",
6+
"version": "1.0.11",
77

88
"permissions": [
99
"tabs", "https://github.com/*"

wide-github.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
@@ -54,8 +54,8 @@
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

0 commit comments

Comments
 (0)