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

DevTools: Fix Settings dialog scroll/size bug in Firefox #21747

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

bvaughn
Copy link
Contributor

@bvaughn bvaughn commented Jun 24, 2021

Resolves #21718

The reason for the difference between Firefox and Chrome is that the (supposedly hidden) <input type=radio> buttons used for the Tab bar accessibility isn't 0 width for Firefox. In addition to this, there was a bit too much content in the tab bar and it was crowding tabs, so I made it a little wider as well.

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Jun 24, 2021
@sizebot
Copy link

sizebot commented Jun 24, 2021

Comparing: 7fec380...e712cdb

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 127.39 kB 127.39 kB = 40.83 kB 40.83 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 130.20 kB 130.20 kB = 41.74 kB 41.74 kB
facebook-www/ReactDOM-prod.classic.js = 405.62 kB 405.62 kB = 74.99 kB 74.99 kB
facebook-www/ReactDOM-prod.modern.js = 394.04 kB 394.04 kB = 73.22 kB 73.22 kB
facebook-www/ReactDOMForked-prod.classic.js = 405.62 kB 405.62 kB = 74.99 kB 74.99 kB

Significant size changes

Includes any change greater than 0.2%:

(No significant changes)

Generated by 🚫 dangerJS against e712cdb

@bvaughn bvaughn merged commit 386e8f2 into facebook:master Jun 24, 2021
@bvaughn bvaughn deleted the issues/21718 branch June 24, 2021 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Component: Developer Tools React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DevTools Bug]: Settings panel layout broken
3 participants