• Resolved black88mx6

    (@black88mx6)


    Removed some spacing at top of block due to title being blank.

    /*additional CSS for Simple-ical-Block-1 */ Simple-ical-Block-1 .block-title {

    display: none;
    }

    Added scroll bar after limiting block size + text display size

    Simple-ical-Block-1 {

    font-size: 16px;
    overflow: auto;
    height: 300px;
    }

    Added date/day color bright green + text display size

    Simple-ical-Block-1 .ical-date {

    font-size: 18px; color: #ff0000;

    color: #00ff00;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bramwaas

    (@bramwaas)

    Looks good on your website.

    Thanks for sharing this nice solution.

    Good luck with your performances.

    Regards Bram

    • This reply was modified 1 year ago by bramwaas.
    Plugin Author bramwaas

    (@bramwaas)

    In version 2.3.0 I will remove title when it is empty.

    I will also remove unsafe/unknown tags from the title so you can restore an empty title line by filling it with <> or any other unknown tag e.g. <empty>

    Plugin Author bramwaas

    (@bramwaas)

    submitted 2.3.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove unused title spacing + set with including scroll bar’ is closed to new replies.