Skip to content

Commit

Permalink
Merge pull request #6358 from nextcloud/style/make-weekly-events-shorter
Browse files Browse the repository at this point in the history
style(fullCalendar): make weekly events slightly shorter
  • Loading branch information
GVodyanov authored Sep 23, 2024
2 parents aad9898 + 5198e88 commit d312287
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@
}

.fc-v-event {
min-height: 4em;

&.fc-timegrid-event-short {
min-height: 2em;
}
Expand Down Expand Up @@ -276,3 +274,8 @@
.fc-timegrid-axis.fc-scrollgrid-shrink {
height: 65px;
}

.fc-timegrid-event-harness, .fc-timegrid-event {
// previously was 1px for no apparent reason
margin-bottom: 0;
}

0 comments on commit d312287

Please sign in to comment.