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
offline-qr-code/src/popup/qrcode.css
Line 21 in 7f755b4
As Im also stated on https://discourse.mozilla.org/t/can-add-ons-webextensions-popups-determinate-whether-they-are-shown-in-the-overflow-menu-or-not/27937/6, I hardcoded the size to 425px
In my new tests I actually got window.innerWidth =348 .
window.innerWidth =348
Same value for .getClientRects() and getBoundingClientRect and window.matchMedia("(width: 348px)") and document.documentElement.clientWidth
.getClientRects()
getBoundingClientRect
window.matchMedia("(width: 348px)")
document.documentElement.clientWidth
Operating system and version: Browser and version: Firefox 67 (also tested in FF 60 ESR) Add-on version:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
offline-qr-code/src/popup/qrcode.css
Line 21 in 7f755b4
Actual behavior
As Im also stated on https://discourse.mozilla.org/t/can-add-ons-webextensions-popups-determinate-whether-they-are-shown-in-the-overflow-menu-or-not/27937/6, I hardcoded the size to 425px
Expected behavior
In my new tests I actually got
window.innerWidth =348
.Same value for
.getClientRects()
andgetBoundingClientRect
andwindow.matchMedia("(width: 348px)")
anddocument.documentElement.clientWidth
System
Operating system and version:
Browser and version: Firefox 67 (also tested in FF 60 ESR)
Add-on version:
Possible solution
The text was updated successfully, but these errors were encountered: