From 6c7041b6793dd7d206a57144394e42a738e18720 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 19 Dec 2021 11:50:29 +0100 Subject: Make reddit more readable - give my eyes and neck a rest from tilting left to right on a wide screen, - remove cruft. --- .config/firefox/userContent.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; + } +} -- cgit v1.2.3