Is your feature request related to a problem? Please describe.
With the current calendar (static) code/config, it's not clear to me how to increase the size of the event cells. For instance, my current "Calendar (Static)" event cells are a little cramped, it'd be nice to increase the vertical size by, say, 25%:
Also: for my Calendar (Static), I modified the template to allow adding an "Additional Info" row, which is why I have the additional row of text like "Staff Name: XXX" in my event cells. I haven't pushed this to upstream yet.
Describe the solution you'd like
Something like: add a variable cell_height_size_px that makes it easy to adjust the size. I tried tweaking the code on my end as a first stab attempt, but my attempts didn't work, as adjusting the cell height also resulted in desync from the time slots.
Describe alternatives you've considered
N/A
Additional context
N/A
Is your feature request related to a problem? Please describe.
With the current calendar (static) code/config, it's not clear to me how to increase the size of the event cells. For instance, my current "Calendar (Static)" event cells are a little cramped, it'd be nice to increase the vertical size by, say, 25%:
Also: for my Calendar (Static), I modified the template to allow adding an "Additional Info" row, which is why I have the additional row of text like "Staff Name: XXX" in my event cells. I haven't pushed this to upstream yet.
Describe the solution you'd like
Something like: add a variable
cell_height_size_pxthat makes it easy to adjust the size. I tried tweaking the code on my end as a first stab attempt, but my attempts didn't work, as adjusting the cell height also resulted in desync from the time slots.Describe alternatives you've considered
N/A
Additional context
N/A