mirror of
https://github.com/thebaer/MMRA
synced 2024-11-13 10:11:01 +00:00
18 lines
287 B
CSS
18 lines
287 B
CSS
/**
|
|
* medium.css
|
|
* Contains default styles to inject into Medium publications.
|
|
*/
|
|
.postMeterBar,
|
|
.openInAppButton,
|
|
.js-stickyFooter,
|
|
.js-upgradeMembershipAction,
|
|
.butterBar--privacy,
|
|
.overlay,
|
|
.overlay--lighter {
|
|
display: none;
|
|
}
|
|
|
|
.u-overflowHidden {
|
|
overflow: scroll !important;
|
|
}
|