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

Request for function to zoom out screen in bs4dash #373

Open
jnhyeon opened this issue Apr 24, 2024 · 2 comments
Open

Request for function to zoom out screen in bs4dash #373

jnhyeon opened this issue Apr 24, 2024 · 2 comments

Comments

@jnhyeon
Copy link

jnhyeon commented Apr 24, 2024

I make good use of the bs4dash package at work.
Thank you for being here.

To me, bs4dash's default font looks too big overall.
So I always zoom out to 80% in my Chrome web browser.

I wish there was a function to zoom out the entire screen in bs4dash.

Thank you

Note) If you reduce the screen using CSS as shown below, it will look unnatural.
body {
transform: scale(0.75);
transform-origin: 0 0;
}

@jnhyeon jnhyeon changed the title Request for function to zoom out full screen in bs4dash Request for function to zoom out screen in bs4dash May 4, 2024
@fabrizioTerrAria
Copy link

Hi jnhyeon,
I have the same problem. Have you found any workround to zoom out the entire application?

Thanks
Fabrizio

@jnhyeon
Copy link
Author

jnhyeon commented Jul 10, 2024

Hi jnhyeon, I have the same problem. Have you found any workround to zoom out the entire application?

Thanks Fabrizio

Hi Fabrizio :)

I didn't solve the problem.
It was possible to zoom out using CSS, but a problem occurred in plotly where the cursor point was pointing to the wrong place.
I hope it gets resolved.

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