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

Gnome App Well icons smaller when there is pg2 #204

Closed
riquezjp opened this issue Apr 22, 2022 · 1 comment
Closed

Gnome App Well icons smaller when there is pg2 #204

riquezjp opened this issue Apr 22, 2022 · 1 comment

Comments

@riquezjp
Copy link

When you have enough apps in a folder to require a second page, then all the icons become smaller - this is probably something to do with the page-indicator.

Screenshot from 2022-04-22 21-14-08

Screenshot from 2022-04-22 21-15-27

@riquezjp
Copy link
Author

riquezjp commented Apr 22, 2022

I located the issue, which is really user preference.

After the .page-indicator block in Nordic-v40/gnome-shell/gnome-shell.css, I override with Adwaita-maia-dark padding/border which does not exhibit reduced icons on pg2 folders.
The difference is a few px here & there which adds up enough to cause the reduced icon sizes.

around line 1455 I inserted:

/* FROM: Adwaita-maia-dark */
.page-indicator {
  padding: 6px 6px;
}

.page-indicator .page-indicator-icon {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
/* +++++++++++++++++ */

Image after:

Screenshot from 2022-04-22 22-27-14

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

No branches or pull requests

1 participant