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

Remove top spacing on 782px wide screen #55350

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

shreyasikhar
Copy link
Contributor

@shreyasikhar shreyasikhar commented Oct 13, 2023

What?

This PR fixes the top spacing that occurs on a 782px wide screen.

Why?

#55349 There was CSS media query in use to avoid the top spacing but it was not covering the case when screen is exactly equal to 782px wide. This PR will solve this issue.

How?

This PR simply updates the CSS media query to consider the 782px wide screen also, previously it was considering 783px wide and more.

Testing Instructions

  1. Open the Post Edit screen
  2. Switch to responsive mode from the inspector panel and set width to 782px

Testing Instructions for Keyboard

Screenshots or screencast

Screen.Recording.2023-10-16.at.4.59.12.PM.mov

@apeatling
Copy link
Contributor

apeatling commented Oct 16, 2023

Adding the needs design feedback tag, I suspect there might be a reason for that +1 in the query that hasn't been uncovered.

@apeatling apeatling added Needs Design Feedback Needs general design feedback. Needs Figma Update Needs an update to Figma for design purposes [Type] Bug An existing feature does not function as intended and removed Needs Figma Update Needs an update to Figma for design purposes labels Oct 16, 2023
@WordPress WordPress deleted a comment from github-actions bot Oct 16, 2023
@shreyasikhar
Copy link
Contributor Author

Hi,
Any update on this from the design team?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Design Feedback Needs general design feedback. [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants