Make Medium Readable Again https://makemediumreadable.com
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

17 wiersze
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. }