-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Scaling not one to one when zooming out #65757
Comments
I can confirm, and this does appear in 6.7 nightly, so I am adding it to the board. |
From what I can tell it's because of the border style here: gutenberg/packages/block-editor/src/components/iframe/content.scss Lines 41 to 43 in 8477a61
Here's a video of it being toggled on and off: Kapture.2024-10-01.at.17.45.28.mp4I haven't managed to work out a good alternative that retains the space around the canvas in the way the border does. |
Is this valid? There’s no other way around this? |
The blocks within the canvas are not quite scaling properly when zooming out.
Taking a look at the recording below, you'll see the space between the site title and the navigation does not maintain and text is reflowing in the columns below.
CleanShot.2024-09-30.at.13.08.19.mp4
The text was updated successfully, but these errors were encountered: