You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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.
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)
The text was updated successfully, but these errors were encountered: