Last active
October 20, 2018 16:21
-
-
Save EricKotato/880a01f379dc77e2ba62a28801eb0c3e to your computer and use it in GitHub Desktop.
Making Medium-based blogs readable again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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