-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mobile Usability issue #7
Comments
Hi @xalioth. I've been reading through your source to learn how your site works. The problem with the forced horizontal scroll on mobile ("Content wider than screen") starts with: /* file: css/all.css */
/* problem */
#wrapper { width: 900px; }
/* better */
#wrapper { max-width: 900px; } There are other hard coded widths that also create this problem. However, just updating The solutions to the other 3 errors mentioned by google feedback are very simple. I'm willing to work on updating the stellarium.org site. I'd like to find out from the maintainers how much room there is for change to the current front end state. For example:
|
Putting up some rough sketches here, https://brianzelip.github.io/new.stellarium.org |
Hi Brian,
Thanks, it's a good start! Can't we use a darker background so that it
matches a bit more the style of the app?
Fabien
…On Sat, Sep 29, 2018 at 5:07 AM Brian Zelip ***@***.***> wrote:
Putting up some rough sketches here,
https://brianzelip.github.io/new.stellarium.org
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHjoVNe38tnL_6zKhWq-NEFGbgzRZ2dlks5ufuP7gaJpZM4WcXUw>
.
|
I got this email from google search console:
"Search Console has identified that your site is affected by 4 new Mobile Usability related issues. This means that Mobile Usability may be negatively affected in Google Search results. We encourage you to review and consider fixing these issues.
Content wider than screen
Clickable elements too close together
Viewport not set
Text too small to read"
May be a good first step for web site renewing ?
The text was updated successfully, but these errors were encountered: