No plus in zoom icon

This commit is contained in:
James Barnsley
2017-01-24 13:12:12 +13:00
parent 3f1380a934
commit 90e05cb9d2
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ class Thumbnail extends React.Component{
var zoom_icon = null
if (this.props.canZoom){
zoom_icon = <span className="zoom" onClick={e => this.zoom(e,image)}><FontAwesome name="search-plus" /></span>
zoom_icon = <span className="zoom" onClick={e => this.zoom(e,image)}><FontAwesome name="search" /></span>
}
return (

View File

@ -17,7 +17,7 @@
}
.zoom {
@include animate();
display: none;
position: absolute;
bottom: 0;
right: 0;