0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-calendar/assets/stylesheets/mobile/discourse-calendar.scss
Joffrey JAFFEUX 361029ad4d
DEV: full calendar v6 (#33737)
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>
2025-08-26 10:35:05 +02:00

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%;
}