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

Feature: Mobile Design Options Overlay #72

Open
1 of 3 tasks
igeligel opened this issue Oct 13, 2020 · 2 comments
Open
1 of 3 tasks

Feature: Mobile Design Options Overlay #72

igeligel opened this issue Oct 13, 2020 · 2 comments
Labels
feature If a feature should be created use this label good first issue Good for newcomers hacktoberfest Hacktoberfest is a yearly developer festival where the participation in Open Source is appreciated help wanted Extra attention is needed

Comments

@igeligel
Copy link
Owner

Type of Feature

  • API Extension
  • UI Feature
  • other:

How would it look like

Before:

chrome_2020-10-13_23-22-05

After

chrome_2020-10-13_23-21-53

// src/OptionsOverlay.tsx
// This style has to be extended
const OverlayOption = styled.div`
  box-sizing: border-box;
  font-size: 14px;
  font-family: Roboto;
  line-height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  display: inline-block;
  min-width: 15%;
  cursor: pointer;

  @media screen and (max-width: 720px) {
    min-width: auto;
    padding-right: 10px;
  }

  :hover {
    border-radius: 3px;
    background-color: #f5f5f5;
  }
`;

Resources

Files involved

@igeligel igeligel added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest Hacktoberfest is a yearly developer festival where the participation in Open Source is appreciated feature If a feature should be created use this label labels Oct 13, 2020
@ARKEOLOGIST
Copy link
Contributor

@igeligel if this isn't assigned already, I would love to work on it.

@igeligel
Copy link
Owner Author

Heey @ARKEOLOGIST Feel free to take it. It would be much easier to implement after #69 though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature If a feature should be created use this label good first issue Good for newcomers hacktoberfest Hacktoberfest is a yearly developer festival where the participation in Open Source is appreciated help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants