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

Too much padding spacing between Icons #844

Open
RafnexJr opened this issue Nov 21, 2018 · 7 comments
Open

Too much padding spacing between Icons #844

RafnexJr opened this issue Nov 21, 2018 · 7 comments

Comments

@RafnexJr
Copy link

Is there a possibility to change the spacing between the icons in the dock?

The scaling reduces them in size, but I want them with less spacing between them.

Thanks for your help!

@corebots
Copy link

corebots commented Jun 8, 2019

missing some fine configuration wor all the spacing, dot spacing, etc too. Can't seem to figure out how to style all the elements properly via the css in styleheet.css, some gui settings would be nice

@alvindera97
Copy link

This might be coming a bit late. I was hoping that a feature like this would have been given attention to. The ability to increase/decrease the space between the icons is of high importance to most of the users. Dash-to-dock is definitely the best I've seen and used in this category. Keep up the good work. I still hope that this is given attention.

I'd love to see an update that includes such

@dvorapa
Copy link
Contributor

dvorapa commented Oct 8, 2019

For me this works as expected, the space between them shrinks as icons shrink

@joaocandre
Copy link

joaocandre commented Nov 27, 2019

For what is worth, you can manually edit the spacing/padding between the icons by directly editing the relevant sections in the stylesheet.css file:

#dashtodockContainer .overview-icon {
    padding-top:2px;
    padding-bottom:2px;
    padding-right: 1px;
    padding-left: 1px;
}

#dashtodockContainer.icon {
    padding-top:2px;
    padding-bottom:2px;
    padding-right: 1px;
    padding-left: 1px;
}

Taken from a reddit topic addressing this very issue.

@thomas-gt
Copy link

Thanks @joaocandre, works nicely.
Just to complete my file was ~/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com/stylesheet.css, I just pasted the 2 CSS blocks at the end before saving and then I had to disable and re-enable extension.

@coreybruce
Copy link

coreybruce commented Oct 19, 2021

Please add a option to remove top and bottom padding in the extension settings, that would be great!

@coreybruce
Copy link

For what is worth, you can manually edit the spacing/padding between the icons by directly editing the relevant sections in the stylesheet.css file:

#dashtodockContainer .overview-icon {
    padding-top:2px;
    padding-bottom:2px;
    padding-right: 1px;
    padding-left: 1px;
}

#dashtodockContainer.icon {
    padding-top:2px;
    padding-bottom:2px;
    padding-right: 1px;
    padding-left: 1px;
}

Taken from a reddit topic addressing this very issue.

Doesn't seem to work no more sadly.

@vanvugt vanvugt changed the title Padding spacing between Icons Too much padding spacing between Icons Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants