-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
Comments
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 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. |
Good bot |
Captchas
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.
Reproducible?
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
The text was updated successfully, but these errors were encountered: