dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 6c7041b6793dd7d206a57144394e42a738e18720
parent aea69588a8ce6c72aecf9de09141c045bef52ca6
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 19 Dec 2021 11:50:29 +0100

Make reddit more readable

- give my eyes and neck a rest from tilting left to right on a wide
  screen,
- remove cruft.

Diffstat:
M.config/firefox/userContent.css | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git 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; + } +}