Skip to content

[Feature]: Increase font size in chats #66

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

Closed
undefiened opened this issue Nov 8, 2023 · 3 comments
Closed

[Feature]: Increase font size in chats #66

undefiened opened this issue Nov 8, 2023 · 3 comments

Comments

@undefiened
Copy link

Is your feature request related to a problem? Please describe.

Font size is too small on a high-DPI screen in Ubuntu. Or, in general, it is good to have an opportunity to increase font size compared to the default, e.g., if you have bad vision.

Describe the solution you'd like

A shortcut or a setting to increase the font size

Describe alternatives you've considered

It looks like there is an upstream issue with tauri that it doesn't support zoom feature - tauri-apps/tauri#3310

If the server version is enabled, then I can open the app in a browser, and I can zoom there. However, zoom scales interface disproportionally more compared to the chat text (the interface starts taking too much space even though fonts are still small).

So, I feel like the best option would be to have a setting for font size in chats.

I tried searching by "font" or "size", but I can't find any quick way to change the font size in the code.

Additional context

@undefiened undefiened changed the title [Feature]: Increase font size of chats [Feature]: Increase font size in chats Nov 8, 2023
@undefiened
Copy link
Author

undefiened commented Nov 8, 2023

As a workaround, a custom CSS style can be used in browsers (for example, using the "Stylus" extension in Firefox)

.grid.gap-4.pb-6 div {
    font-size: 24px;
}

@lisiur lisiur closed this as completed in e37905b Nov 13, 2023
@lisiur
Copy link
Owner

lisiur commented Nov 13, 2023

CleanShot 2023-11-13 at 11 12 46

@undefiened
Copy link
Author

Looks great, thank you very much!

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