You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mobile screens this: '@media only screen and (min-device-width:320px) and (max-device-width:773px) {' + '/* Assume QHD (1440 x 2560) is highest mobile resolution */' + '.lens-mobile { display:block; }' + '}'
makes block .lens-mobile cover all screen because of this: width:100% height:100%
The text was updated successfully, but these errors were encountered:
On mobile screens this:
'@media only screen and (min-device-width:320px) and (max-device-width:773px) {' + '/* Assume QHD (1440 x 2560) is highest mobile resolution */' + '.lens-mobile { display:block; }' + '}'
makes block .lens-mobile cover all screen because of this:
width:100% height:100%
The text was updated successfully, but these errors were encountered: