mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
This commit makes the following changes: - uses fullcalendar 6 - replaces the server generated upcoming dates for recurring events with a frontend implementation of the RRULE standard (using the fullcalendar RRULE plugin) - displays a preview of the event on click on the upcoming events calendar --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com> Co-authored-by: Martin Brennan <martin@discourse.org>
19 lines
261 B
SCSS
Vendored
19 lines
261 B
SCSS
Vendored
.discourse-calendar-wrap {
|
|
border: 0;
|
|
|
|
.calendar {
|
|
padding: 0;
|
|
|
|
.fc-list-item-add-to-calendar {
|
|
display: block;
|
|
}
|
|
|
|
&.fc-unthemed .fc-header-toolbar {
|
|
padding: 0.5em 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.discourse-post-event-loader {
|
|
width: 100%;
|
|
}
|