This Stylus addon “fixes” the June 2020 Github UI refresh.
This theme should be used with the Github Fixed Header plugin.
My eyes couldn’t take the corners well.
Including the heinous top bar.
- Top Bar (Github logo and user controls)
- Status bar above directory block
Only the padding has been modified.
Otherwise, the “about” sidebar disappears.
Another tap of pagedown
.
And never will.
This has only been tested on a 1080p monitor.
If you don’t, there will be padding at the very top of the page. Set the following to 0
to remove it.
/* ************Header************ */
body:not(.project-full-screen), .is-stuck {
padding-top: 45px !important;
}
Looks like Github changed the top bar’s width. Doesn’t affect the theme, which has a narrower top bar anyway.
Github stopped using pagehead
, so I’ve included a hacky workaround. It works for me, please open an issue if it doesn’t for you.