Make Medium Readable Again https://makemediumreadable.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

17 satır
341 B

  1. /**
  2. * medium.css
  3. * Contains default styles to inject into Medium publications.
  4. */
  5. .postMeterBar,
  6. .openInAppButton,
  7. .js-stickyFooter,
  8. .js-upgradeMembershipAction,
  9. .butterBar--privacy {
  10. display: none;
  11. }
  12. /* Makes the page scrollable after hiding "Pardon the interruption" popup */
  13. html.u-overflowHidden {
  14. overflow-y: scroll !important;
  15. }