From 7e87263ef9314c78223f3fa3fe6c70dfdfd6cbb7 Mon Sep 17 00:00:00 2001 Message-Id: <7e87263ef9314c78223f3fa3fe6c70dfdfd6cbb7.1747391249.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 11 Jun 2020 13:36:45 +0100 Subject: [PATCH] firefox/stylus/outlook.office.com.css: Override `min-width'. Organization: Straylight/Edgeware From: Mark Wooding Why is this even there? Everything works fine without. Is it just to say `fuck you' to people who like narrow columns? --- firefox/stylus/outlook.office.com.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 firefox/stylus/outlook.office.com.css diff --git a/firefox/stylus/outlook.office.com.css b/firefox/stylus/outlook.office.com.css new file mode 100644 index 0000000..cc980f6 --- /dev/null +++ b/firefox/stylus/outlook.office.com.css @@ -0,0 +1,4 @@ +/* -*-css-*- */ +/*@ domains: outlook.office.com */ +body { min-width: 0; } +/*@END*/ -- [mdw]