-
Notifications
You must be signed in to change notification settings - Fork 19
Centered icons (maybe a toggle option?) #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks, I see it! I think this is one of those off-by-1-pixel quirks which are hard to avoid at lower resolutions. The best solution is probably a CSS snippet which you can adjust to your own taste: .iconic-icon {
translate: 0px -1px; /* horizontal pixels, vertical pixels */
} If you only want sidebar icons to be affected: .workspace-leaf .iconic-icon {
translate: 0px -1px; /* horizontal pixels, vertical pixels */
} Hope this gets you a similar alignment :] |
Ah, that's a shame... Thank you for looking into it anyway! I appreciate your dedication and effort in coming up with a basic css snippet to fix it, and the explanation of the "issue" aswell! |
Made the switch from Iconize and I am really happy with everything except the alignment of the icons.
In iconize the icons are centered with the text, and in Iconic they align with the text height.
Might not be popular opinion, so would it be possible to make it a toggle or something like that?
Would be nice just to have that option, thank you so much.
The text was updated successfully, but these errors were encountered: