Skip to content

Commit

Permalink
Fix glitch when viewing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Jun 18, 2013
1 parent 674d276 commit 511c127
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
wide-github
Wide Github
===========

Change all github repository pages to be full width and dynamically sized.
> Only compatible with the new repository browser.
This user script changes all github repository pages to be full width and dynamically sized.

Installing
----------

As a Chrome Extension:

...

As a Greasemonkey script:

Go to [wide-github.js](https://raw.github.com/xthexder/wide-github/master/wide-github.js) and select-all + copy. Then go to greasemonkey and click `New User Script...`. There should be an option for `Use Script from Clipboard`.
Binary file removed wide-github.crx
Binary file not shown.
3 changes: 3 additions & 0 deletions wide-github.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ if (document.getElementById('js-repo-pjax-container')) {
".repository-content .header-with-actions .select-menu {" +
"clear:none !important;" +
"}" +
".repository-content .issue-head:after {" +
"clear:none !important;" +
"}" +
".repository-content .capped-box h3:after {" +
"clear:none !important;" +
"}" +
Expand Down

0 comments on commit 511c127

Please sign in to comment.