From 148438bcc654e47ad0902e1709fdd6c48d39bd51 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 21 Dec 2021 22:46:38 +0100 Subject: [PATCH] Config: Improve Arch wiki page width fix --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index da7488a..ae9031f 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -65,10 +65,14 @@ @-moz-document domain("wiki.archlinux.org") { .mw-page-container, - .mw-workspace-container, + .mw-workspace-container { + max-width: unset !important; + } + .mw-content-container, .mw-article-toolbar-container { - max-width: unset !important; + margin-left: 11.5em !important; + max-width: calc(100% - 11em) !important; } }