dotfiles

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

commit 0f5830ce4865205debf5c8705097f62459712621
parent 8b3478501f41efcf87cae247de50dd65d1ef0d82
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 25 Dec 2021 21:47:31 +0100

Fix custom CSS for LWN

Removing the padding made the main column hide beneath the left menu
when reducing the window width.

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

diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css @@ -85,7 +85,6 @@ .maincolumn { max-width: 60em; margin: auto; - padding-left: 0 !important; } }