summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-19 11:50:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-12-19 11:53:42 +0100
commit6c7041b6793dd7d206a57144394e42a738e18720 (patch)
tree386b6e8bd17df2fad9ee0b4b41f3b3085fd11123
parentaea69588a8ce6c72aecf9de09141c045bef52ca6 (diff)
downloaddotfiles-6c7041b6793dd7d206a57144394e42a738e18720.tar.xz
Make reddit more readable
- give my eyes and neck a rest from tilting left to right on a wide screen, - remove cruft.
-rw-r--r--.config/firefox/userContent.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
index cfe99af..43cb5d0 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -88,3 +88,15 @@
padding-left: 0 !important;
}
}
+
+@-moz-document domain(reddit.com) {
+ #siteTable, .commentarea {
+ max-width: 80em;
+ margin: auto !important;
+ }
+
+ section.listingsignupbar, section.commentsignupbar,
+ aside.read-next.active {
+ display: none !important;
+ }
+}