joplin-link-graph icon indicating copy to clipboard operation
joplin-link-graph copied to clipboard

Make the toggle graph icon a little smaller

Open ivangretsky opened this issue 4 years ago • 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)

ivangretsky avatar Feb 03 '21 08:02 ivangretsky

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

jeffabailey avatar Sep 04 '21 17:09 jeffabailey

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

ivangretsky avatar Sep 04 '21 18:09 ivangretsky

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.

amzon-ex avatar Sep 03 '22 18:09 amzon-ex