Make Medium Readable Again https://makemediumreadable.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

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