1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00
MMRA/MMRA.safariextension/medium.css

17 lines
341 B
CSS
Raw Normal View History

2018-06-29 21:16:22 +00:00
/**
* medium.css
* Contains default styles to inject into Medium publications.
*/
.postMeterBar,
.openInAppButton,
.js-stickyFooter,
.js-upgradeMembershipAction,
.butterBar--privacy {
display: none;
}
/* Makes the page scrollable after hiding "Pardon the interruption" popup */
html.u-overflowHidden {
overflow-y: scroll !important;
}