We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When resizing Lighthouse panel in Chrome DevTools, it does not adapt to the container size!
The Lighthouse UI should be as reponsive as its standalone verison.
In the image below you can see the standalone version of the lighthouse, and each element is adapted correctly.
The problem is that @media queries relay on the viewport, but not on the container itself.
@media queries
Check this Pull Ruquest please
The text was updated successfully, but these errors were encountered:
Yeah, I think we can use container queries or something for this.
Sorry, something went wrong.
adamraine
No branches or pull requests
Description
When resizing Lighthouse panel in Chrome DevTools, it does not adapt to the container size!
Steps to Reproduce:
Expected Behavior:
The Lighthouse UI should be as reponsive as its standalone verison.
In the image below you can see the standalone version of the lighthouse, and each element is adapted correctly.
Solution
The problem is that
@media queries
relay on the viewport, but not on the container itself.Check this Pull Ruquest please
The text was updated successfully, but these errors were encountered: