Cant change height of calendar card using card mod

@cvester You rock! The events are not faded any more! I think that’s the most critical part as it looks good now.

The .fc .fc-daygrid-event didn’t seem to change anything for now but that direction on how to play around should already help me get there eventually.

Thanks again! Man, I love this community.

Edit: height: did the trick! Yay!

        .fc .fc-daygrid-event {
          padding 0px !important;
          margin 0px !important;
          height: 15px !important;
        }
1 Like