Skip to content

Commit

Permalink
[firefox] Remove nextcloud calendar hack
Browse files Browse the repository at this point in the history
There is an option to change the time scale in the settings (was that
always there?)
  • Loading branch information
MarcelRobitaille committed Dec 6, 2021
1 parent 77fec07 commit 7d5ad4a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions firefox/chrome/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
/* } */
/* } */


/*
Expand Down

0 comments on commit 7d5ad4a

Please sign in to comment.