-
Notifications
You must be signed in to change notification settings - Fork 8
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
Big gap between icons #1
Comments
Hi, Try setting the padding to '0 2px' in your theme -> apps.css In my case I use https://github.com/surajmandalcell/elementary-x :
Then set your theme to something else and then back again to make sure the changes are refreshed(or restart/log out) |
@icex You are a genius, thank you! |
@icex is there a way to add the apps.css to ~./themes? I am afraid that every update elementary-themes gets will break go back to the default settings. |
I think you can copy /usr/share/themes/elementary to .themes/someothername , change the apps.css, then set the theme name to someothername |
This could alternatively be fixed by shipping some css within the wingpanel indicator itself |
Yeah, please do so However, editing .composited-indicator padding changes all indicators padding, including system ones which are fine. Can we edit only Ayatana indicators padding? |
Ayatna indicators having the same default padding. That would be great |
Not worked to me... |
Okay, I tried the community fork, and builded by myself, here is the git, and if you don't want build: PS: I'm using the JUNO |
Thank you @marcussacana for this fix, especially because it seems that the wingpanel from the version 2.2.6 is completely ignoring Would you though reconsider leaving the size of ayatana indicator icons as they were before? I've noticed that they are smaller now but the height of the wingpanel is the same so there is no actual gain for having them smaller. Once again, thank you for your time and effort with this fix. Cheers. |
@WebShapedBiz As you asked, I did a build that don't change the icon size, here: |
Just awesome @marcussacana, you're golden. |
Now it does not work. Maybe something has changed during the upgrade. |
@mobdiz try my method |
@marcussacana Thank you very much. Helped. It will not break after the upgrade? |
we never know what a update will break. |
Guys, isn't related with this issue, but since is a little dead the wingpanel community I want notify everyone about more one small trick, this time to make the wingpanel submenu works, I tested with SVP4 menu |
For what it's worth, creating a /* source: https://github.com/mdh34/elementary-indicators/issues/1 */
.composited-indicator {
padding: 0 2px;
} I'll try to remember to update this comment some future update breaks that, but for now, this is a straightforward enough solution that doesn't require re-editing the |
I do a comparation between @marcussacana method and @ernstki method. Both reduce the gap. BUT, @marcussacana method has a maintain icon size (that yellow sticky note icon), and @ernstki method not maintain the size (it look big, not the same as the other). Maybe you can try to add more content inside gtk.css ? @ernstki |
I've been trying to find a solution to this for a while but I can't seem to find one.
In Loki the icons are well spaced
In Juno, the legacy icons have a big gap in between icons.
Does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: