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

Sidebar text too small on macos #2749

Closed
4 tasks done
curliq opened this issue Nov 8, 2024 · 2 comments
Closed
4 tasks done

Sidebar text too small on macos #2749

curliq opened this issue Nov 8, 2024 · 2 comments

Comments

@curliq
Copy link

curliq commented Nov 8, 2024

Captchas

  • I have read the instructions.
  • I have searched existing issues and avoided creating duplicates.
  • I am not filing an enhancement request.

What happened?

The text on the sidebar is too small and hard to read.

I'm on MacOS, rendering on a 27 inch ultrasharp dell 4k.

Ideally there would have a setting to scale the browser UI without scaling the web pages.

Screenshot 2024-11-08 at 18 31 31

Reproducible?

  • I have checked that this issue cannot be reproduced on Mozilla Firefox.

Version

1.0.1-a.17 (Firefox 132.0) (aarch64)

What platform are you seeing the problem on?

macOS - aarch64

Relevant log output

No response

Copy link

dosubot bot commented Nov 8, 2024

Hey @curliq! I'm here to assist with any bugs, questions, or contributions you have. Let's tackle this together!

There is a similar closed issue regarding small font sizes on tabs, which might be related to your problem. The issue is titled Font size on tabs too small and was last updated in September 2024. A workaround suggested in that issue involves adding custom CSS to adjust the font size:

.tab-text {
	font-size: 12px !important;
}

For your specific case with the sidebar text, you can adjust the text size by modifying the CSS in the zen-sidebar-panels.css file. The relevant CSS selectors for the sidebar text are #zen-sidebar-introduction-panel h1 and #zen-sidebar-web-panel-title. You can increase the font-size property in these selectors to make the text larger [1].

Unfortunately, there isn't a built-in setting to scale the browser UI independently of web pages, but adjusting the CSS as described should help with the text size issue.

To continue talking to Dosu, mention @dosu.

@curliq
Copy link
Author

curliq commented Nov 8, 2024

Good bot

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