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

Default "displaySize" to 50? #466

Open
MasterInQuestion opened this issue Oct 13, 2024 · 2 comments
Open

Default "displaySize" to 50? #466

MasterInQuestion opened this issue Oct 13, 2024 · 2 comments

Comments

@MasterInQuestion
Copy link

    Seems more reasonable than 80.
    Workaround:
    eruda.init({ defaults: { displaySize: 50 } });

    To change at runtime:
    eruda.get().config.set( "displaySize", 50 );

    See also: https://github.com/liriliri/eruda/issues/327#issue-1690218288

@MasterInQuestion
Copy link
Author

    Is "window.define = undefined" really important premise..?
    If so, maybe add it into Eruda?

@MasterInQuestion
Copy link
Author

    Also for usability concern:
    The "margin-bottom" of "<body>" should be temporarily overridden: to compensate Eruda panels' blockage.

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