Skip to content

Commit

Permalink
Scene thumbs wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed May 8, 2018
1 parent b6dbcc1 commit 5332533
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/SceneManager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const Button = styled(ButtonComponent)`

const Thumbs = styled.div`
display: flex;
margin-bottom: 0.5rem;
flex-wrap: wrap;
margin: 0 -0.25rem 0.5rem;
`

const Panel = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion src/components/SceneThumb/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Link as LinkComponent } from 'react-router-dom'
const BaseLink = css`
flex: 0 0 12.5%;
color: white;
padding: 0 0.5rem 0.5rem 0;
padding: 0 0.25rem 0.5rem;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
Expand Down

0 comments on commit 5332533

Please sign in to comment.