-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
featureIf a feature should be created use this labelIf a feature should be created use this labelgood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest is a yearly developer festival where the participation in Open Source is appreciatedHacktoberfest is a yearly developer festival where the participation in Open Source is appreciatedhelp wantedExtra attention is neededExtra attention is needed
Description
Type of Feature
- API Extension
- UI Feature
- other:
How would it look like
Before:
After
// 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
Labels
featureIf a feature should be created use this labelIf a feature should be created use this labelgood first issueGood for newcomersGood for newcomershacktoberfestHacktoberfest is a yearly developer festival where the participation in Open Source is appreciatedHacktoberfest is a yearly developer festival where the participation in Open Source is appreciatedhelp wantedExtra attention is neededExtra attention is needed