From 7d5ad4a7cd72cd988ffa47a9562af18acd38820a Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 6 Dec 2021 14:54:51 -0500 Subject: [PATCH] [firefox] Remove nextcloud calendar hack There is an option to change the time scale in the settings (was that always there?) --- firefox/chrome/userContent.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/firefox/chrome/userContent.css b/firefox/chrome/userContent.css index 1f19665..d6f06e8 100644 --- a/firefox/chrome/userContent.css +++ b/firefox/chrome/userContent.css @@ -240,20 +240,20 @@ * Nextcloud ****************************************/ -@-moz-document url-prefix("https://nextcloud.robitaille.host/") { - /* Hide extra 2 lines after 15 minute block */ - .fc-timegrid-slots tr:not(:nth-child(6n+1)) > td { - display: none; - } - /* Hide text for 15 minutes (only show rounded hours) */ - .fc-timegrid-slots tr:nth-child(12n+7) > td:first-child { - opacity: 0; - } - - .mx-datepicker-main.mx-datepicker-popup { - left: 0 !important; - } -} +/* @-moz-document url-prefix("https://nextcloud.robitaille.host/") { */ +/* /1* Hide extra 2 lines after 15 minute block *1/ */ +/* .fc-timegrid-slots tr:not(:nth-child(6n+1)) > td { */ +/* display: none; */ +/* } */ +/* /1* Hide text for 15 minutes (only show rounded hours) *1/ */ +/* .fc-timegrid-slots tr:nth-child(12n+7) > td:first-child { */ +/* opacity: 0; */ +/* } */ + +/* .mx-datepicker-main.mx-datepicker-popup { */ +/* left: 0 !important; */ +/* } */ +/* } */ /*