[Glitch] Make the cursor icon consistant across media types in account media gallery
This commit is contained in:
		
							parent
							
								
									52a4284fe5
								
							
						
					
					
						commit
						b7f69beebe
					
				@ -132,7 +132,7 @@ export default class MediaItem extends ImmutablePureComponent {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div className='account-gallery__item' style={{ width, height }}>
 | 
					      <div className='account-gallery__item' style={{ width, height }}>
 | 
				
			||||||
        <a className='media-gallery__item-thumbnail' href={status.get('url')} target='_blank' style={{ cursor: 'pointer' }} onClick={this.handleClick}>
 | 
					        <a className='media-gallery__item-thumbnail' href={status.get('url')} target='_blank' onClick={this.handleClick}>
 | 
				
			||||||
          <canvas width={32} height={32} ref={this.setCanvasRef} className={classNames('media-gallery__preview', { 'media-gallery__preview--hidden': visible && loaded })} />
 | 
					          <canvas width={32} height={32} ref={this.setCanvasRef} className={classNames('media-gallery__preview', { 'media-gallery__preview--hidden': visible && loaded })} />
 | 
				
			||||||
          {visible && thumbnail}
 | 
					          {visible && thumbnail}
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user