-
Notifications
You must be signed in to change notification settings - Fork 6k
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
How to zoom or change font size? #202
Comments
The website is loaded with an external URL, so it is not in the project and needs to be modified by injecting a script. The application supports script injection, which allows you to modify it through js. |
Thank you @lencx for your reply. |
I will optimize it in a future version, because there are still many important features to add to this application, but I am the only one developing it and I need to solve many problems at the same time. This project has already taken too much of my time and effort. |
Thank you very much! |
I also came here to request the same feature (zooming in and out to change text size, etc...). That would be awesome! Thank you for all your hard work on this project @lencx . The community is grateful. |
Same problem . |
https://github.com/lencx/ChatGPT/releases/tag/v0.10.1
|
Thank you @lencx for the great feature! |
Hello @lencx do you mind telling us how to increase font size for Linux users. Maybe pointing us to the file that should be modified and some documentation on how to compile similar applications could help. I have bad eyesight, I cannot use the application in it's current form, even a 20% increase would be enough. Thank you for your work |
@erickrex The linux shortcuts should be the same as the windows ones. |
Is it possible to change the font size on the Control Center page? |
Doesn't work for me. Windows, 0.12.0. |
Feature description
I wonder if it's possible to customize font size or zoom in level by modifying source or config files.
Motivation
The font is a bit small for me.
Alternatives
No response
Additional context
Something I tried, but failed.
Cmd + "+"
, however it does not work.src/layout/index.scss
andsrc/main.scss
. I tried to addzoom: 150%
orfont-size: 22pt
, and runyarn dev
. It seems they doesn't work.So I wonder which file I should modify to customize the font-size and zoom level?
The text was updated successfully, but these errors were encountered: