Add support for event location and more detail link

This commit is contained in:
2024-12-31 16:36:48 +01:00
parent 9bd14f1b4e
commit e5fb875968
3 changed files with 56 additions and 14 deletions

View File

@ -39,6 +39,7 @@ ics-calendar {
border-radius: var(--event-details-border-radius);
background-color: var(--event-details-background-color);
box-shadow: var(--event-details-box-shadow);
gap: 20px;
}
.event-detail-row-icon {