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

Profile images shrink on mobile device browsers #53

Open
1ambda opened this issue May 8, 2016 · 1 comment
Open

Profile images shrink on mobile device browsers #53

1ambda opened this issue May 8, 2016 · 1 comment
Assignees
Labels

Comments

@1ambda
Copy link
Contributor

1ambda commented May 8, 2016

@Njir It might be a problem of material-ui library

screen shot 2016-05-08 at 2 31 43 pm

@tak-bro
Copy link
Member

tak-bro commented May 10, 2016

<TableHeaderColumn key="login" tooltip="User ID">ID</TableHeaderColumn>
<TableHeaderColumn key="following" tooltip="The following" style={{width: '80px', }}>Following</TableHeaderColumn>
<TableHeaderColumn key="followers" tooltip="The followers" style={{width: '80px', }}>Followers</TableHeaderColumn>
<TableHeaderColumn key="updated_at" tooltip="Updated Date" style={{width: '150px', }}>Updated Date</TableHeaderColumn>
<TableHeaderColumn key="url" tooltip="oh-my-github URL">oh-my-github URL</TableHeaderColumn>

I guess that some columns have the style that fixed width like above code.
So the ID column's data shrinks on small device.
But it has not yet been tested.

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

No branches or pull requests

2 participants