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

mel.fm - desktop site instead of mobile site #10062

Closed
sviter opened this issue Sep 18, 2017 · 1 comment
Closed

mel.fm - desktop site instead of mobile site #10062

sviter opened this issue Sep 18, 2017 · 1 comment

Comments

@sviter
Copy link

sviter commented Sep 18, 2017

URL: https://mel.fm/

Browser / Version: Firefox Mobile (Tablet) 57.0
Operating System: Android 7.1.1
Tested Another Browser: Yes

Problem type: Desktop site instead of mobile site
Description: site doesn't fit the screen
Steps to Reproduce:
No such issue with chrome
Screenshot Description

From webcompat.com with ❤️

@karlcow
Copy link
Member

karlcow commented Sep 21, 2017

@sviter thanks for the report.

<html class="i-layout i-layout_modifier_default i-layout_page_frontpage i-user-agent__tablet"><meta name="viewport" content="width=device-width">

ok for the viewport.

.i-layout {
	min-width: 970px;
}
.i-layout {
	position: relative;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

This looks like a variation of https://bugzilla.mozilla.org/show_bug.cgi?id=1123938

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants