No plus in zoom icon
This commit is contained in:
@ -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 (
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
.zoom {
|
||||
@include animate();
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user