Support » Plugin: Otter - Gutenberg Blocks – Page Builder for Gutenberg Editor & FSE » Potential Bug in CSS for Countdown

  • Resolved tresorama

    (@tresorama)


    While looking at “Countdown” block code I found this potential bug in css

    .wp-block-themeisle-blocks-countdown {
       // other css custom props
        --height: 100px;
        --height-tablet: var(--height);
        --height-mobile: var(--height-mobile);
       // other css custom props
     }

    My guess is that one line should be like this

    --height-mobile: var(--height-tablet);

    Keep up the great work.
    And in case is not in your plans it will be good that Otter block use theme.json tokens for fontSize. If its possible.

    Jacopo

    • This topic was modified 3 weeks, 6 days ago by tresorama.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.