Skip to content

Instantly share code, notes, and snippets.

@EricKotato
Last active October 20, 2018 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricKotato/880a01f379dc77e2ba62a28801eb0c3e to your computer and use it in GitHub Desktop.
Save EricKotato/880a01f379dc77e2ba62a28801eb0c3e to your computer and use it in GitHub Desktop.
Making Medium-based blogs readable again
/*
* This will make all fixed elements relative,
* so they won't stand between you and article.
* Left sidebar with share and clap buttons is affected too.
*/
.u-fixed { position: relative!important }
/* This will remove unnecessary spacer after top menu. */
.metabar--spacer { display: none }
/*
* Sites that use Medium:
*
* medium.com (obviously)
* itnext.io
* medium.freecodecamp.org
* levelup.gitconnected.com
* hackernoon.com
* blog.usejournal.com
* proandroiddev.com
* blog.bitsrc.io
* blog.discordapp.com
* towardsdatascience.com
* blog.yellowant.com
*
* List can be expanded.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment