-
Notifications
You must be signed in to change notification settings - Fork 16
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
contextual zoom initial font size reduction #345
Conversation
How about let's make the codepod/ui/src/lib/store/settingSlice.tsx Lines 78 to 87 in 0f1b143
|
Also, note that the same code (for computing and setting fonts) is used in three places: codepod/ui/src/components/nodes/Code.tsx Lines 581 to 590 in 0f1b143
codepod/ui/src/components/nodes/Rich.tsx Lines 769 to 776 in 0f1b143
codepod/ui/src/components/nodes/Scope.tsx Lines 225 to 235 in 0f1b143
|
This setting-in-sidebar thing sounds like another PR. Feel free to work on it and submit another PR if you find fit. |
Sounds good, I'll work on implementing that. |
When a pod is initially collapsed, the font size for the contextual zoom summary will be smaller. When the canvas is zoomed out past a certain point, the font size of the summary will increase to the previous set size. Fixes #316.
Contextual.Zoom.Font.Size.Change.small.mov