summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/firefox/userContent.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/firefox/userContent.css b/.config/firefox/userContent.css
index 33b4e6c..fd06a68 100644
--- a/.config/firefox/userContent.css
+++ b/.config/firefox/userContent.css
@@ -99,3 +99,41 @@
display: none !important;
}
}
+
+@-moz-document domain(lore.kernel.org), domain(list.orgmode.org) {
+ body {
+ margin: auto;
+ max-width: 60em;
+ }
+
+ pre {
+ white-space: pre !important;
+ }
+
+ .q {
+ white-space: pre-wrap !important;
+ }
+}
+
+@-moz-document domain(cr.yp.to) {
+ body {
+ margin: auto;
+ max-width: 50em;
+ }
+}
+
+@-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;
+ }
+}