I get a debug/error appearing at the top of Calendar home and Individual Calendar pages, regarding a non-numeric error at line 127 of template nf_calendar_calendar_index.css
I removed
and replaced with
to resolve.
I removed
Code:
height: {xen:calc '96 + {xen:property avatar.padding-top} + {xen:property avatar.padding-bottom} + {xen:property avatar.border-top-width} + {xen:property avatar.border-bottom-width}'}px;
Code:
height: 96;