diff --git a/content/events-month.md b/content/events-month.md index 193f4ec..3ba8672 100644 --- a/content/events-month.md +++ b/content/events-month.md @@ -1,11 +1,5 @@ --- -title: "Calendar of Events" -menu: - main: - name: Events - weight: -80 - params: - icon: calendar-event +title: "Monthly Calendar" ---
diff --git a/src/cal.js b/src/cal.js index 66a36aa..152cfb6 100644 --- a/src/cal.js +++ b/src/cal.js @@ -24,6 +24,8 @@ function load_calendar(view) { url: 'https://faas-sfo3-7872a1dd.doserverless.co/api/v1/web/fn-67f34cf4-c3ed-479c-839e-2f7206029fcb/wildweb/calcache', format: 'ics' // important! }, + contentHeight: 'auto', + height: 'auto', headerToolbar: header, visibleRange: function(currentDate) { var startDate = new Date(currentDate.valueOf()); diff --git a/static/cal.css b/static/cal.css index b0fb085..4c42592 100644 --- a/static/cal.css +++ b/static/cal.css @@ -18,6 +18,10 @@ a.fc-list-day-text { background-color: rgba(55, 136, 216, 0.5); } +.article-content tr:nth-child(even) { + background-color: transparent; +} + dialog[open] { opacity: 1; transform: scaleY(1); @@ -75,11 +79,8 @@ because the nesting selector cannot represent pseudo-elements. */ } } -@media (max-width: 440px) { - #calendar-js { - min-height: calc(100vh - 100px); - max-height: calc(100vh - 100px); - } +.fc-dayGridMonth-view th { + background-color: transparent !important; } .float-butt {