Skip to content

Commit

Permalink
[gallery] polish voronoi
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jun 30, 2017
1 parent eb476f9 commit f15508a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/vx-demo/components/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ export default class Gallery extends React.Component {
<div
className="gallery-item"
ref={d => this.nodes.add(d)}
style={{
boxShadow: 'rgba(0, 0, 0, 0.1) 0px 1px 6px',
}}
>
<div
className="image"
Expand Down
2 changes: 1 addition & 1 deletion packages/vx-demo/components/tiles/voronoi.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default ({
top: 0,
left: 0,
right: 0,
bottom: 70,
bottom: 76,
},
}) => {
if (width < 10) return <div />;
Expand Down

0 comments on commit f15508a

Please sign in to comment.