Skip to content

Feature: Mobile Design Options Overlay #72

@igeligel

Description

@igeligel

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIf a feature should be created use this labelgood first issueGood for newcomershacktoberfestHacktoberfest is a yearly developer festival where the participation in Open Source is appreciatedhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions