Skip to content
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

[Feature Request] Allow user to adjust spacing between top Close buttons #209

Open
a-yildiz opened this issue Oct 20, 2020 · 3 comments
Open
Labels

Comments

@a-yildiz
Copy link

This is an excellent extension to GNOME. One thing that would allow more consistency with GNOME is to allow custom spacing between Close, Maximize, Minimize buttons on the top bar. It would be fantastic if the user could specify the number of pixels for spacing.

Thanks!

@Spinnekop
Copy link

Spinnekop commented Apr 7, 2021

Agree with this - the buttons are much closer together than non maximized apps.
Adwaita theme icons are also much smaller than standard.

@jonian jonian added the feature label Sep 15, 2021
@anselmobattisti
Copy link

This will be a great feature!

@negadecade
Copy link

this is what i did on mine. open .local/share/gnome-shell/extensions/unite@hardpixel.eu/stylesheet.css. change the value of #panel .window-controls-box & #panel .window-controls-box .window-button to this: --->

#panel .window-controls-box {
spacing: 0.6em;
}

#panel .window-controls-box .window-button {
width: auto;
}

depending on the theme the spacing will be different. im not sure what is the proper way but it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants