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

CSS: system info update message is off screen in Chrome and Pie Charts are not resizing well #860

Closed
Abasz opened this issue Oct 15, 2017 · 1 comment

Comments

@Abasz
Copy link

Abasz commented Oct 15, 2017

I noticed that the system info update message goes off screen in case browser is resized (this issue persist in mobile devices as well.

screen shot is below:
image

EDIT:

issue seems to be two folded

  1. with the margin-left: -270 under @media (max-width: 960px) .messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom ; (deleting this puts the message on the screen in almost in the middle when width is below 960px)

and
2) there is a left: 58% under ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom; (deleting this 58% would set the message to 50% that looks better with screen wider than 960px; actually in case the screen is between 960 and 1020px the messages is more moved to the right. removing the 58% ensures that it is more in the middle)

Also the pie charts are not resizing well. I think this is due to their bootstrap col sizing. Changing them to col-md from col-sm works good in Chrome.

@iliajie
Copy link
Collaborator

iliajie commented Oct 19, 2017

Fixed. cc72550

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

No branches or pull requests

2 participants