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

Settings oversample checkbox not aligned #40

Open
japamat0 opened this issue Jun 19, 2019 · 1 comment
Open

Settings oversample checkbox not aligned #40

japamat0 opened this issue Jun 19, 2019 · 1 comment

Comments

@japamat0
Copy link
Contributor

Small styling change to center the checkbox for Oversample with text, compared below:

Screen Shot 2019-06-19 at 2 36 06 PM

Screen Shot 2019-06-19 at 2 40 24 PM

@japamat0
Copy link
Contributor Author

japamat0 commented Jun 19, 2019

fix:
src/components/Settings.js
line 63: <div className="Settings-input-checkbox">

src/components/Settings.css

.Settings input[type='checkbox'] {
  cursor: pointer;
  margin-right: 7px;
}

.Settings-input-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

1 participant