treymo/joplin-link-graph

Make the toggle graph icon a little smaller

ivangretsky opened this issue · 3 comments

Good day!

Just found the toggle button. It is very useful! But it looks a little bigger than other buttons in the row, the lines are thicker. Is it possible and easy to make it look more in line with the others?

Thanks)

Where is the toggle? I can't find anything in the View menu or on the note menu. People say there is a toggle to the top right of the note but I don't see anything. I've tried swapping between the note layouts and don't see any button show up.

image

On my Windows desktop Joplin it is to the right of that 🛈 button.

This can be done by tweaking the css. You can set the font-size property to inherit !important for the specific class of the <i> tag that shows the icon. You have to get the name of the class from the development tools. I'm not sure if the name is same on all versions. There's no reason why it shouldn't be, though. Note: this tweaks the size of all similar buttons (and makes things look much better overall, imo).
To specifically select this icon, you can tweak the fa-sitemap class, in any case.