Skip to content

pdfFlipbook 0.3.0.2 - OMP 3.5

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:55
· 1 commit to stable-3_5_0 since this release

Fixed

  • The button's icon rendered as an empty box wherever the theme does not style
    the surrounding links. The ::before carried the FontAwesome codepoint but
    inherited the body font, so the glyph had nowhere to come from. It showed up
    correctly next to the book's own PDF only because the theme applies FontAwesome
    to download links inside the publication-format box; in a chapter list,
    where the same button is injected, the container gets no such treatment and the
    reader saw a tofu box. The font is now declared on the pseudo-element itself
    instead of being inherited.