sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

add div to toggle button to remove offset #24

Closed mpfeil closed 8 years ago

mpfeil commented 8 years ago

The Show dotfiles toggle button has an offset. bildschirmfoto 2016-02-04 um 20 17 39

I have added <div class="btn-group">...</div> to the toggle button to remove the offset and align the button. bildschirmfoto 2016-02-04 um 20 18 36

radiovisual commented 8 years ago

nice catch. Github must have changed their markup recently.

sindresorhus commented 8 years ago

Can you add our button to the New file/Find file button group instead? That would look better.

screen shot 2016-02-05 at 09 29 59
mpfeil commented 8 years ago

Should be no problem. Will check it tonight.

mpfeil commented 8 years ago

Now the button is added to the existing button group

sindresorhus commented 8 years ago

Thank you! :)

I published a new version.