DennisSnijder / MakeGithubGreatAgain

Extension for making GitHub great again
https://chrome.google.com/webstore/detail/makegithubgreatagain/gpejlkhibgecggplgogpbgbdpnhogmhk
1.05k stars 49 forks source link

.header-search-scope does not work now. #36

Closed lockys closed 7 years ago

lockys commented 7 years ago

seems the original style override it. screenshot from 2017-02-14 11 29 52

Andrews54757 commented 7 years ago

Old css

.header-search-scope {
    display: none;
    width: 1%;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    color: #767676;
    white-space: nowrap;
    vertical-align: middle;
    border-right: 1px solid #eee;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

Works:

screen shot 2017-02-13 at 11 27 54 pm
Andrews54757 commented 7 years ago

@DennisSnijder? Also, I have the original CSS (I knew GitHub was gonna change the css due to a tweet).

https://twitter.com/mdo/status/830138373230653440

DennisSnijder commented 7 years ago

Thats great! Thanks :)