martinkorelic / joplin-plugin-spoilers

Joplin plugin for creating inline spoilers and spoiler blocks.
29 stars 3 forks source link

Missing arrow/chevron #5

Closed barydos closed 2 years ago

barydos commented 2 years ago

image

This is what it looks like on my system. Is there perhaps something I'm missing? Fortunately, the spoiler functionality works properly - and this box like symbol will also rotate as the spoiler is displayed.

Thanks

-- Joplin 2.3.5 (prod, linux)

martinkorelic commented 2 years ago

Not sure why this is not working, could be a system problem not recognizing the correct symbol. But you can change it into something custom using userstyle.css.

/* Container for spoiler title */
  .summary-title:before {
    content: "Something custom";
  }
barydos commented 2 years ago

Thanks mate! Works a treat. I ended up resetting my PC (needed to do it anyway) and looks like your plugin has no problems out of the box. The original arrow is there!