-
Notifications
You must be signed in to change notification settings - Fork 158
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
Output font size on mobile safari is too big #889
Comments
Hi @nhirschey, thanks for the report. |
Thanks @nojaf It seems to happen when the output is bigger than the window. Also see my teaching site here. Simple tuple output like ‘ val it: int * int = (1, 2)’ is formatted correctly but if you scroll down fsi output for ‘simpleReturnTuple’ is too big. |
Another example in compiler docs release notes, the snippet font size on this page is all too big https://fsharp.github.io/fsharp-compiler-docs/release-notes/About.html |
Thanks, the problem here is that I need to see this in Safari to be able to address it. |
Hi @nhirschey, could you try https://www.nuget.org/packages/FSharp.Formatting/20.0.0-alpha-017 on your personal website? It might improve things. |
Hi @nojaf, thanks for giving this a shot. I upgraded to alpha 17 but the problem is still there unfortunately. Ex the “ val x: RecordExample …” output at https://nhirschey.github.io/Teaching/fundamentals.html#Records |
Maybe my phone is weird, but I’m not seeing raw fsi output scaling correctly in docs. See screenshot from the csv provider below. The green “HLOC” output text font size is too big compared to the body text and fsharp code block.
I cannot reproduce this with small window sizes desktop edge browser, but I consistently get it with my iPhone.
The text was updated successfully, but these errors were encountered: