Simple-Calendar icon indicating copy to clipboard operation
Simple-Calendar copied to clipboard

List view bug and suggestion

Open ianez opened this issue 2 years ago • 2 comments

Hi there, I report that the list view template generate an empty <p></p> tag that leave large space. Guess it's a paragraph for no event message but it remain also with event to list.

I also suggest a css edit: .simcal-default-calendar-list ul.simcal-events {margin:0;} .simcal-default-calendar-list ul.simcal-events li.simcal-event {margin-bottom:0;}

this will keep list aligned right with no indent that may cause problem with list used in sidebar for example. I would also not use <p> tag to envelope event details. Editor should allow plain text (paragraph add margin and special formatting in many themes)

ianez avatar Mar 31 '23 15:03 ianez

Maybe it makes sense to remove the <p> if there is no message, assuming p tag is for that only.

rosinghal avatar Jun 13 '23 14:06 rosinghal