Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Updates the Medium Page Styling to Support the New Updated Medium Website #1

Merged
merged 2 commits into from
Dec 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion css/medium.com.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
page-break-before: auto !important;
}

div#root > div > :not(article) {
div#root > div > div.s > :not(article),
article > :not(div) {
display: none !important;
}
}