Skip to content

Instantly share code, notes, and snippets.

@kinduff
Last active April 24, 2021 22:46
Show Gist options
  • Save kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0 to your computer and use it in GitHub Desktop.
Save kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0 to your computer and use it in GitHub Desktop.

Revisions

  1. kinduff revised this gist Apr 24, 2021. No changes.
  2. kinduff revised this gist Jun 24, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    @supportURL https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0
    @updateURL https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0/raw/gh.user.styl
    @author kinduff <[email protected]> (https://github.com/kinduff)
    @version 1.0.0
    @version 1.0.1
    @license MIT
    @preprocessor stylus
    ==/UserStyle== */
  3. kinduff revised this gist Jun 24, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -13,8 +13,10 @@
    @-moz-document domain("github.com") {
    .pagehead > div,
    .pagehead > nav {
    max-width: 1200px;
    max-width: 1214px;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .UnderlineNav {
    padding-left: 0 !important;
  4. kinduff revised this gist Jun 24, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    @-moz-document domain("github.com") {
    .pagehead > div,
    .pagehead > nav {
    max-width: 1280px;
    max-width: 1200px;
    margin: 0 auto;
    }
    .UnderlineNav {
  5. kinduff revised this gist Jun 24, 2020. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -16,4 +16,8 @@
    max-width: 1280px;
    margin: 0 auto;
    }
    .UnderlineNav {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    }
  6. kinduff revised this gist Jun 24, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    # Fix Github Header using Stylus

    ## Step 1: Install Stylus
    ### Step 1: Install Stylus
    - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/styl-us/)
    - [Google Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en)

    ## Step 2: Install the style
    ### Step 2: Install the style
    [![Install directly with Stylus](https://img.shields.io/badge/Install%20directly%20with-Stylus-116b59.svg?style=for-the-badge)](https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0/raw/gh.user.styl)
  7. kinduff renamed this gist Jun 24, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  8. kinduff revised this gist Jun 24, 2020. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion README.org
    Original file line number Diff line number Diff line change
    @@ -1 +1,8 @@
    [[https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0/raw/gh.user.styl][https://img.shields.io/badge/Install%20directly%20with-Stylus-116b59.svg]]
    # Fix Github Header using Stylus

    ## Step 1: Install Stylus
    - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/styl-us/)
    - [Google Chrome](https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en)

    ## Step 2: Install the style
    [![Install directly with Stylus](https://img.shields.io/badge/Install%20directly%20with-Stylus-116b59.svg?style=for-the-badge)](https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0/raw/gh.user.styl)
  9. kinduff revised this gist Jun 23, 2020. No changes.
  10. kinduff revised this gist Jun 23, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions README.org
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    [[https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0/raw/gh.user.styl][https://img.shields.io/badge/Install%20directly%20with-Stylus-116b59.svg]]
  11. kinduff revised this gist Jun 23, 2020. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -10,8 +10,10 @@
    @license MIT
    @preprocessor stylus
    ==/UserStyle== */
    .pagehead > div,
    .pagehead > nav {
    max-width: 1280px;
    margin: 0 auto;
    @-moz-document domain("github.com") {
    .pagehead > div,
    .pagehead > nav {
    max-width: 1280px;
    margin: 0 auto;
    }
    }
  12. kinduff revised this gist Jun 23, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -2,9 +2,9 @@
    @name Fix Github Header
    @description That would be 100 dollars
    @namespace github.com
    @homepageURL
    @supportURL
    @updateURL
    @homepageURL https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0
    @supportURL https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0
    @updateURL https://gist.github.com/kinduff/3d7c306774ca9b04d1d09b4c1e96c6a0/raw/gh.user.styl
    @author kinduff <[email protected]> (https://github.com/kinduff)
    @version 1.0.0
    @license MIT
  13. kinduff created this gist Jun 23, 2020.
    17 changes: 17 additions & 0 deletions gh.user.styl
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    /* ==UserStyle==
    @name Fix Github Header
    @description That would be 100 dollars
    @namespace github.com
    @homepageURL
    @supportURL
    @updateURL
    @author kinduff <[email protected]> (https://github.com/kinduff)
    @version 1.0.0
    @license MIT
    @preprocessor stylus
    ==/UserStyle== */
    .pagehead > div,
    .pagehead > nav {
    max-width: 1280px;
    margin: 0 auto;
    }