From 56a2607848674973619e7c2538c82c36cfca00e4 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 21 Dec 2021 22:25:39 +0100 Subject: [PATCH] Config: Fix Arch wiki page width --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index 5767423..da7488a 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -63,6 +63,15 @@ } } +@-moz-document domain("wiki.archlinux.org") { + .mw-page-container, + .mw-workspace-container, + .mw-content-container, + .mw-article-toolbar-container { + max-width: unset !important; + } +} + @-moz-document domain("youtube.com") { /* Center content */ #columns {