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

Increaase size of bookmark toolbar icons #430

Open
Bartholomew22 opened this issue Oct 21, 2024 · 2 comments
Open

Increaase size of bookmark toolbar icons #430

Bartholomew22 opened this issue Oct 21, 2024 · 2 comments

Comments

@Bartholomew22
Copy link

Bartholomew22 commented Oct 21, 2024

The bookmark icons are too small. Using userChrome.css the space that icons occupy an be increased, but not the icons themselves. How can the icon be made larger?

@MrOtherGuy
Copy link
Owner

MrOtherGuy commented Oct 21, 2024

You can do this:

.bookmark-item > .toolbarbutton-icon {
  width: 20px !important;
  height: 20px !important;
}

But images themselves are likely stored as 16x16, so the upscaling can cause them to look blurry. But if you are asking if you can make the image files themselves larger then no, you won't be able to do that - certainly not with css anyway.

@Bartholomew22
Copy link
Author

Thanks for your reply. Unfortunately, a 16x16 icon looks like a smudge on my new 13" laptop with a 4k display.
I've already submitted a request to Firefox without getting a response.

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

2 participants