treymo / joplin-link-graph

UI for viewing connections between different Joplin notes
MIT License
252 stars 10 forks source link

Make the toggle graph icon a little smaller #14

Open ivangretsky opened 3 years ago

ivangretsky commented 3 years ago

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)

jeffabailey commented 3 years ago

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

ivangretsky commented 3 years ago

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

amzon-ex commented 2 years ago

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.