diff options
| author | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-05 23:21:49 +0100 |
|---|---|---|
| committer | Kรฉvin Le Gouguec <kevin.legouguec@gmail.com> | 2023-02-12 10:26:12 +0100 |
| commit | cb68bea72a147b44774c9506044c6f6fa6bd3529 (patch) | |
| tree | aad8716ca0b8a4e90e5af3ce7bce7cd307d2261a | |
| parent | 6b2f4b118f7fbc186286c238f0747985c07e2a40 (diff) | |
| download | dotfiles-cb68bea72a147b44774c9506044c6f6fa6bd3529.tar.xz | |
Remove CSS for en.wikipedia.org
Vector 2022 ๐
| -rw-r--r-- | .config/firefox/userContent.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css index 8a40dac..01e246e 100644 --- a/.config/firefox/userContent.css +++ b/.config/firefox/userContent.css @@ -75,22 +75,6 @@ } } -@-moz-document domain(en.wikipedia.org) { - body { - margin: auto !important; - max-width: 60em; - } - - #mw-head { - right: auto !important; - max-width: 60em; - } - - #mw-panel { - left: auto !important; - } -} - @-moz-document domain(inbox.sourceware.org), domain(list.orgmode.org), domain(lore.kernel.org), domain(yhetil.org) { body { |
